Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_icache.c135 ip->i_flags = XFS_IRECLAIM; in xfs_inode_free()
368 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) { in xfs_iget_cache_hit()
401 ip->i_flags |= XFS_IRECLAIM; in xfs_iget_cache_hit()
417 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_cache_hit()
747 __xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)) in xfs_inode_walk_ag_grab()
1007 __xfs_iflags_test(ip, XFS_IRECLAIM)) { in xfs_reclaim_inode_grab()
1012 __xfs_iflags_set(ip, XFS_IRECLAIM); in xfs_reclaim_inode_grab()
1065 ip->i_flags = XFS_IRECLAIM; in xfs_reclaim_inode()
1107 xfs_iflags_clear(ip, XFS_IRECLAIM); in xfs_reclaim_inode()
H A Dxfs_inode.h212 #define XFS_IRECLAIM (1 << 0) /* started reclaiming this inode */ macro
237 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
H A Dxfs_inode.c3625 if (__xfs_iflags_test(ip, XFS_IRECLAIM | XFS_IFLUSHING)) in xfs_iflush_cluster()
3639 if (__xfs_iflags_test(ip, XFS_IRECLAIM | XFS_IFLUSHING)) { in xfs_iflush_cluster()
H A Dxfs_super.c656 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIM)); in xfs_fs_destroy_inode()