Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_icache.c197 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()
221 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_cache_hit()
490 if (__xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIMABLE | XFS_IRECLAIM)) in xfs_inode_ag_walk_grab()
774 __xfs_iflags_set(ip, XFS_IRECLAIMABLE); in xfs_inode_set_reclaim_tag()
844 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_inode_grab()
Dxfs_inode.h210 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro
226 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
Dxfs_super.c933 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIMABLE)); in xfs_fs_destroy_inode()