Home
last modified time | relevance | path

Searched refs:XFS_IGET_INCORE (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_icache.h35 #define XFS_IGET_INCORE 0x8 /* don't read from disk or reinit */ macro
H A Dxfs_icache.c390 if (flags & XFS_IGET_INCORE) { in __releases()
459 if (!(flags & XFS_IGET_INCORE)) in __releases()
647 if (flags & XFS_IGET_INCORE) { in xfs_iget()
671 if (!(flags & XFS_IGET_INCORE) && error == -EAGAIN) { in xfs_iget()
708 error = xfs_iget(mp, tp, ino, XFS_IGET_INCORE, 0, &ip); in xfs_icache_inode_is_allocated()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_icache.h41 #define XFS_IGET_INCORE (1U << 3) macro
H A Dxfs_notify_failure.c85 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
H A Dxfs_icache.c543 if ((flags & XFS_IGET_INCORE) && in __releases()
569 if (!(flags & XFS_IGET_INCORE)) in __releases()
771 if (flags & XFS_IGET_INCORE) { in xfs_iget()
796 if (!(flags & (XFS_IGET_INCORE | XFS_IGET_NORETRY)) && in xfs_iget()

Completed in 5 milliseconds