Lines Matching refs:VFS_I
1149 if (S_ISDIR(VFS_I(ip)->i_mode)) { in xfs_flags2diflags()
1158 } else if (S_ISREG(VFS_I(ip)->i_mode)) { in xfs_flags2diflags()
1235 struct inode *inode = VFS_I(ip); in xfs_ioctl_setattr_prepare_dax()
1301 if (S_ISREG(VFS_I(ip)->i_mode) && ip->i_df.if_nextents && in xfs_ioctl_setattr_check_extsize()
1327 VFS_I(ip)->i_mode, new_diflags); in xfs_ioctl_setattr_check_extsize()
1352 VFS_I(ip)->i_mode, new_diflags, new_diflags2); in xfs_ioctl_setattr_check_cowextsize()
1409 error = xfs_qm_vop_dqalloc(ip, VFS_I(ip)->i_uid, in xfs_fileattr_set()
1410 VFS_I(ip)->i_gid, fa->fsx_projid, in xfs_fileattr_set()
1446 if ((VFS_I(ip)->i_mode & (S_ISUID|S_ISGID)) && in xfs_fileattr_set()
1447 !capable_wrt_inode_uidgid(mnt_userns, VFS_I(ip), CAP_FSETID)) in xfs_fileattr_set()
1448 VFS_I(ip)->i_mode &= ~(S_ISUID|S_ISGID); in xfs_fileattr_set()