Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_inode.h238 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro
266 #define XFS_ALL_IRECLAIM_FLAGS (XFS_IRECLAIMABLE | \
277 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
Dxfs_icache.c365 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_recycle()
513 (ip->i_flags & XFS_IRECLAIMABLE)) in xfs_iget_cache_hit()
517 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()
834 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_igrab()
1383 XFS_IRECLAIMABLE | \
1817 ip->i_flags |= XFS_IRECLAIMABLE; in xfs_inodegc_set_reclaimable()