Searched refs:XFS_IRECLAIM (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_icache.c | 135 ip->i_flags = XFS_IRECLAIM; in xfs_inode_free() 368 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) { in __releases() 396 * We need to set XFS_IRECLAIM to prevent xfs_reclaim_inode in __releases() 401 ip->i_flags |= XFS_IRECLAIM; in __releases() 417 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in __releases() 747 __xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)) in xfs_inode_walk_ag_grab() 987 * xfs_iget(). In both cases, the inode will have XFS_IRECLAIM set. If the inode 1007 __xfs_iflags_test(ip, XFS_IRECLAIM)) { in xfs_reclaim_inode_grab() 1012 __xfs_iflags_set(ip, XFS_IRECLAIM); in xfs_reclaim_inode_grab() 1020 * XFS_IRECLAIM fla [all...] |
H A D | xfs_inode.h | 212 #define XFS_IRECLAIM (1 << 0) /* started reclaiming this inode */ macro 237 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
|
H A D | xfs_inode.c | 3625 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 D | xfs_super.c | 656 ASSERT_ALWAYS(!xfs_iflags_test(ip, XFS_IRECLAIM)); in xfs_fs_destroy_inode()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_icache.c | 177 ip->i_flags = XFS_IRECLAIM; in xfs_inode_free() 354 ip->i_flags |= XFS_IRECLAIM; 369 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); 522 if (ip->i_flags & (XFS_INEW | XFS_IRECLAIM | XFS_INACTIVATING)) in __releases() 810 * xfs_iget(). In both cases, the inode will have XFS_IRECLAIM set. If the inode 831 __xfs_iflags_test(ip, XFS_IRECLAIM)) { in xfs_reclaim_igrab() 844 __xfs_iflags_set(ip, XFS_IRECLAIM); in xfs_reclaim_igrab() 852 * XFS_IRECLAIM flag. If we are in a shutdown state, we don't care about 905 ip->i_flags = XFS_IRECLAIM; in xfs_reclaim_inode() 950 xfs_iflags_clear(ip, XFS_IRECLAIM); in xfs_reclaim_inode() [all...] |
H A D | xfs_inode.h | 318 #define XFS_IRECLAIM (1 << 0) /* started reclaiming this inode */ macro 360 XFS_IRECLAIM | \ 370 (XFS_IRECLAIMABLE | XFS_IRECLAIM | \
|
H A D | xfs_inode.c | 1864 ASSERT(!xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM)); in xfs_iunlink_lookup() 3365 if (__xfs_iflags_test(ip, XFS_IRECLAIM | XFS_IFLUSHING)) in xfs_iflush_cluster() 3379 if (__xfs_iflags_test(ip, XFS_IRECLAIM | XFS_IFLUSHING)) { in xfs_iflush_cluster()
|
Completed in 16 milliseconds