Searched refs:XFS_IRECLAIMABLE (Results 1 – 3 of 3) sorted by relevance
227 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro252 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
239 __xfs_iflags_set(ip, XFS_IRECLAIMABLE); in xfs_inode_set_reclaim_tag()403 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()435 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_cache_hit()761 __xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)) in xfs_inode_ag_walk_grab()1045 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_inode_grab()
951 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIMABLE)); in xfs_fs_destroy_inode()