Searched refs:XFS_IRECLAIMABLE (Results 1 – 4 of 4) sorted by relevance
380 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro419 #define XFS_ALL_IRECLAIM_FLAGS (XFS_IRECLAIMABLE | \430 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
394 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_recycle()574 (ip->i_flags & XFS_IRECLAIMABLE)) in xfs_iget_cache_hit()578 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()927 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_igrab()1494 XFS_IRECLAIMABLE | \1923 ip->i_flags |= XFS_IRECLAIMABLE; in xfs_inodegc_set_reclaimable()
1514 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)); in xfs_iunlink_lookup()
1576 if (!(ip->i_flags & (XFS_NEED_INACTIVE | XFS_INEW | XFS_IRECLAIMABLE | in xchk_inode_is_allocated()
Completed in 15 milliseconds