Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_inode.h302 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro
330 #define XFS_ALL_IRECLAIM_FLAGS (XFS_IRECLAIMABLE | \
341 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
Dxfs_icache.c366 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_recycle()
514 (ip->i_flags & XFS_IRECLAIMABLE)) in xfs_iget_cache_hit()
518 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()
835 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_igrab()
1385 XFS_IRECLAIMABLE | \
1819 ip->i_flags |= XFS_IRECLAIMABLE; in xfs_inodegc_set_reclaimable()
Dxfs_inode.c1843 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)); in xfs_iunlink_lookup()