Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_inode.h325 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro
364 #define XFS_ALL_IRECLAIM_FLAGS (XFS_IRECLAIMABLE | \
375 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
H A Dxfs_icache.c370 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_recycle()
544 (ip->i_flags & XFS_IRECLAIMABLE)) in xfs_iget_cache_hit()
548 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()
830 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_igrab()
1389 XFS_IRECLAIMABLE | \
1822 ip->i_flags |= XFS_IRECLAIMABLE; in xfs_inodegc_set_reclaimable()
H A Dxfs_inode.c1876 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)); in xfs_iunlink_lookup()
/openbmc/linux/fs/xfs/scrub/
H A Dcommon.c1305 if (!(ip->i_flags & (XFS_NEED_INACTIVE | XFS_INEW | XFS_IRECLAIMABLE | in xchk_inode_is_allocated()