Lines Matching refs:XFS_IRECLAIM
177 ip->i_flags = XFS_IRECLAIM;
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))
810 * xfs_iget(). In both cases, the inode will have XFS_IRECLAIM set. If the inode
831 __xfs_iflags_test(ip, XFS_IRECLAIM)) {
844 __xfs_iflags_set(ip, XFS_IRECLAIM);
852 * XFS_IRECLAIM flag. If we are in a shutdown state, we don't care about
905 ip->i_flags = XFS_IRECLAIM;
950 xfs_iflags_clear(ip, XFS_IRECLAIM);
1381 XFS_IRECLAIM)