Searched refs:XFS_IGET_INCORE (Results 1 – 2 of 2) sorted by relevance
40 #define XFS_IGET_INCORE 0x8 /* don't read from disk or reinit */ macro
509 if ((flags & XFS_IGET_INCORE) && in xfs_iget_cache_hit()533 if (!(flags & XFS_IGET_INCORE)) in xfs_iget_cache_hit()735 if (flags & XFS_IGET_INCORE) { in xfs_iget()759 if (!(flags & XFS_IGET_INCORE) && error == -EAGAIN) { in xfs_iget()796 error = xfs_iget(mp, tp, ino, XFS_IGET_INCORE, 0, &ip); in xfs_icache_inode_is_allocated()
Completed in 10 milliseconds