Lines Matching refs:pip
745 xfs_inode_t *pip, in xfs_ialloc() argument
765 error = xfs_dialloc(tp, pip ? pip->i_ino : 0, mode, okalloc, in xfs_ialloc()
803 if (pip && XFS_INHERIT_GID(pip)) { in xfs_ialloc()
804 ip->i_d.di_gid = pip->i_d.di_gid; in xfs_ialloc()
805 if ((pip->i_d.di_mode & S_ISGID) && S_ISDIR(mode)) { in xfs_ialloc()
864 if (pip && (pip->i_d.di_flags & XFS_DIFLAG_ANY)) { in xfs_ialloc()
868 if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT) in xfs_ialloc()
870 if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) { in xfs_ialloc()
872 ip->i_d.di_extsize = pip->i_d.di_extsize; in xfs_ialloc()
874 if (pip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) in xfs_ialloc()
877 if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT) in xfs_ialloc()
879 if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) { in xfs_ialloc()
881 ip->i_d.di_extsize = pip->i_d.di_extsize; in xfs_ialloc()
884 if ((pip->i_d.di_flags & XFS_DIFLAG_NOATIME) && in xfs_ialloc()
887 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) && in xfs_ialloc()
890 if ((pip->i_d.di_flags & XFS_DIFLAG_SYNC) && in xfs_ialloc()
893 if ((pip->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) && in xfs_ialloc()
896 if ((pip->i_d.di_flags & XFS_DIFLAG_NODEFRAG) && in xfs_ialloc()
899 if (pip->i_d.di_flags & XFS_DIFLAG_FILESTREAM) in xfs_ialloc()