Lines Matching refs:XFS_IRECLAIM
135 ip->i_flags = XFS_IRECLAIM;
368 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) {
396 * We need to set XFS_IRECLAIM to prevent xfs_reclaim_inode
401 ip->i_flags |= XFS_IRECLAIM;
417 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM);
747 __xfs_iflags_test(ip, XFS_IRECLAIMABLE | XFS_IRECLAIM))
987 * xfs_iget(). In both cases, the inode will have XFS_IRECLAIM set. If the inode
1007 __xfs_iflags_test(ip, XFS_IRECLAIM)) {
1012 __xfs_iflags_set(ip, XFS_IRECLAIM);
1020 * XFS_IRECLAIM flag. If we are in a shutdown state, we don't care about
1065 ip->i_flags = XFS_IRECLAIM;
1107 xfs_iflags_clear(ip, XFS_IRECLAIM);