• Home
  • Raw
  • Download

Lines Matching refs:pip

767 	xfs_inode_t	*pip,  in xfs_ialloc()  argument
788 error = xfs_dialloc(tp, pip ? pip->i_ino : 0, mode, okalloc, in xfs_ialloc()
824 if (pip && XFS_INHERIT_GID(pip)) { in xfs_ialloc()
825 ip->i_d.di_gid = pip->i_d.di_gid; in xfs_ialloc()
826 if ((VFS_I(pip)->i_mode & S_ISGID) && S_ISDIR(mode)) in xfs_ialloc()
876 if (pip && (pip->i_d.di_flags & XFS_DIFLAG_ANY)) { in xfs_ialloc()
880 if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT) in xfs_ialloc()
882 if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) { in xfs_ialloc()
884 ip->i_d.di_extsize = pip->i_d.di_extsize; in xfs_ialloc()
886 if (pip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) in xfs_ialloc()
889 if (pip->i_d.di_flags & XFS_DIFLAG_RTINHERIT) in xfs_ialloc()
891 if (pip->i_d.di_flags & XFS_DIFLAG_EXTSZINHERIT) { in xfs_ialloc()
893 ip->i_d.di_extsize = pip->i_d.di_extsize; in xfs_ialloc()
896 if ((pip->i_d.di_flags & XFS_DIFLAG_NOATIME) && in xfs_ialloc()
899 if ((pip->i_d.di_flags & XFS_DIFLAG_NODUMP) && in xfs_ialloc()
902 if ((pip->i_d.di_flags & XFS_DIFLAG_SYNC) && in xfs_ialloc()
905 if ((pip->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) && in xfs_ialloc()
908 if ((pip->i_d.di_flags & XFS_DIFLAG_NODEFRAG) && in xfs_ialloc()
911 if (pip->i_d.di_flags & XFS_DIFLAG_FILESTREAM) in xfs_ialloc()
916 if (pip && in xfs_ialloc()
917 (pip->i_d.di_flags2 & XFS_DIFLAG2_ANY) && in xfs_ialloc()
918 pip->i_d.di_version == 3 && in xfs_ialloc()
922 if (pip->i_d.di_flags2 & XFS_DIFLAG2_COWEXTSIZE) { in xfs_ialloc()
924 ip->i_d.di_cowextsize = pip->i_d.di_cowextsize; in xfs_ialloc()
926 if (pip->i_d.di_flags2 & XFS_DIFLAG2_DAX) in xfs_ialloc()