Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_icache.h40 #define XFS_IGET_INCORE 0x8 /* don't read from disk or reinit */ macro
Dxfs_icache.c513 if ((flags & XFS_IGET_INCORE) && in xfs_iget_cache_hit()
537 if (!(flags & XFS_IGET_INCORE)) in xfs_iget_cache_hit()
739 if (flags & XFS_IGET_INCORE) { in xfs_iget()
764 if (!(flags & XFS_IGET_INCORE) && error == -EAGAIN) { in xfs_iget()
801 error = xfs_iget(mp, tp, ino, XFS_IGET_INCORE, 0, &ip); in xfs_icache_inode_is_allocated()
Dxfs_notify_failure.c85 error = xfs_iget(mp, cur->bc_tp, rec->rm_owner, XFS_IGET_INCORE, in xfs_dax_failure_fn()