Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_inode.h233 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro
262 #define XFS_ALL_IRECLAIM_FLAGS (XFS_IRECLAIMABLE | \
273 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
Dxfs_icache.c383 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_recycle()
531 (ip->i_flags & XFS_IRECLAIMABLE)) in xfs_iget_cache_hit()
535 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()
851 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_igrab()
1393 XFS_IRECLAIMABLE | \
1827 ip->i_flags |= XFS_IRECLAIMABLE; in xfs_inodegc_set_reclaimable()