Home
last modified time | relevance | path

Searched refs:XFS_IRECLAIMABLE (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_inode.h320 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro
359 #define XFS_ALL_IRECLAIM_FLAGS (XFS_IRECLAIMABLE | \
370 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
H A Dxfs_icache.c370 ASSERT(ip->i_flags & XFS_IRECLAIMABLE);
544 (ip->i_flags & XFS_IRECLAIMABLE)) in __releases()
548 if (ip->i_flags & XFS_IRECLAIMABLE) { in __releases()
811 * has been fully recycled by the time we get the i_flags_lock, XFS_IRECLAIMABLE
830 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_igrab()
1380 XFS_IRECLAIMABLE | \
1813 ip->i_flags |= XFS_IRECLAIMABLE; in xfs_inodegc_set_reclaimable()
H A Dxfs_inode.c1864 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)); in xfs_iunlink_lookup()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_inode.h214 #define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */ macro
237 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
H A Dxfs_icache.c219 __xfs_iflags_set(ip, XFS_IRECLAIMABLE); in xfs_inode_set_reclaim_tag()
387 if (ip->i_flags & XFS_IRECLAIMABLE) { in __releases()
420 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in __releases()
747 __xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)) in xfs_inode_walk_ag_grab()
988 * has been fully recycled by the time we get the i_flags_lock, XFS_IRECLAIMABLE
1006 if (!__xfs_iflags_test(ip, XFS_IRECLAIMABLE) || in xfs_reclaim_inode_grab()
H A Dxfs_super.c655 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIMABLE)); in xfs_fs_destroy_inode()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dcommon.c1311 if (!(ip->i_flags & (XFS_NEED_INACTIVE | XFS_INEW | XFS_IRECLAIMABLE | in xchk_inode_is_allocated()

Completed in 15 milliseconds