Lines Matching refs:VFS_I
1150 if (S_ISDIR(VFS_I(ip)->i_mode)) { in xfs_flags2diflags()
1159 } else if (S_ISREG(VFS_I(ip)->i_mode)) { in xfs_flags2diflags()
1236 struct inode *inode = VFS_I(ip); in xfs_ioctl_setattr_prepare_dax()
1302 if (S_ISREG(VFS_I(ip)->i_mode) && ip->i_df.if_nextents && in xfs_ioctl_setattr_check_extsize()
1328 VFS_I(ip)->i_mode, new_diflags); in xfs_ioctl_setattr_check_extsize()
1353 VFS_I(ip)->i_mode, new_diflags, new_diflags2); in xfs_ioctl_setattr_check_cowextsize()
1410 error = xfs_qm_vop_dqalloc(ip, VFS_I(ip)->i_uid, in xfs_fileattr_set()
1411 VFS_I(ip)->i_gid, fa->fsx_projid, in xfs_fileattr_set()
1447 if ((VFS_I(ip)->i_mode & (S_ISUID|S_ISGID)) && in xfs_fileattr_set()
1448 !capable_wrt_inode_uidgid(mnt_userns, VFS_I(ip), CAP_FSETID)) in xfs_fileattr_set()
1449 VFS_I(ip)->i_mode &= ~(S_ISUID|S_ISGID); in xfs_fileattr_set()