Home
last modified time | relevance | path

Searched refs:XFS_IGET_INCORE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_icache.h41 #define XFS_IGET_INCORE (1U << 3) macro
Dxfs_notify_failure.c92 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()
Dxfs_icache.c588 if ((flags & XFS_IGET_INCORE) && in xfs_iget_cache_hit()
614 if (!(flags & XFS_IGET_INCORE)) in xfs_iget_cache_hit()
815 if (flags & XFS_IGET_INCORE) { in xfs_iget()
840 if (!(flags & (XFS_IGET_INCORE | XFS_IGET_NORETRY)) && in xfs_iget()