Lines Matching refs:XFS_INEW
246 if (!xfs_iflags_test(ip, XFS_INEW))
368 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) {
416 wake = !!__xfs_iflags_test(ip, XFS_INEW);
417 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM);
434 ip->i_flags |= XFS_INEW;
559 * is an inode currently under construction (i.e. that XFS_INEW is set).
560 * The ip->i_flags_lock that protects the XFS_INEW flag forms the
564 iflags = XFS_INEW;
666 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0)
746 if ((!newinos && __xfs_iflags_test(ip, XFS_INEW)) ||
849 xfs_iflags_test(batch[i], XFS_INEW))