Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_icache.c125 ip->i_flags = XFS_IRECLAIM; in xfs_inode_free()
178 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) { in xfs_iget_cache_hit()
206 ip->i_flags |= XFS_IRECLAIM; in xfs_iget_cache_hit()
220 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_cache_hit()
490 if (__xfs_iflags_test(ip, XFS_INEW | XFS_IRECLAIMABLE | XFS_IRECLAIM)) in xfs_inode_ag_walk_grab()
830 __xfs_iflags_test(ip, XFS_IFLOCK | XFS_IRECLAIM)) in xfs_reclaim_inode_grab()
845 __xfs_iflags_test(ip, XFS_IRECLAIM)) { in xfs_reclaim_inode_grab()
850 __xfs_iflags_set(ip, XFS_IRECLAIM); in xfs_reclaim_inode_grab()
1001 xfs_iflags_clear(ip, XFS_IRECLAIM); in xfs_reclaim_inode()
Dxfs_inode.h208 #define XFS_IRECLAIM (1 << 0) /* started reclaiming this inode */ macro
226 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
Dxfs_super.c934 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIM)); in xfs_fs_destroy_inode()