Lines Matching refs:VFS_I
545 if (IS_DAX(VFS_I(ip)) && in xfs_ioctl_setattr_xflags()
573 if (rtflag != XFS_IS_REALTIME_INODE(ip) && S_ISREG(VFS_I(ip)->i_mode)) in xfs_ioctl_setattr_xflags()
588 struct inode *inode = VFS_I(ip); in xfs_ioctl_setattr_prepare_dax()
654 if (S_ISREG(VFS_I(ip)->i_mode) && xfs_inode_has_filedata(ip) && in xfs_ioctl_setattr_check_extsize()
680 VFS_I(ip)->i_mode, new_diflags); in xfs_ioctl_setattr_check_extsize()
705 VFS_I(ip)->i_mode, new_diflags, new_diflags2); in xfs_ioctl_setattr_check_cowextsize()
762 error = xfs_qm_vop_dqalloc(ip, VFS_I(ip)->i_uid, in xfs_fileattr_set()
763 VFS_I(ip)->i_gid, fa->fsx_projid, in xfs_fileattr_set()
799 if ((VFS_I(ip)->i_mode & (S_ISUID|S_ISGID)) && in xfs_fileattr_set()
800 !capable_wrt_inode_uidgid(idmap, VFS_I(ip), CAP_FSETID)) in xfs_fileattr_set()
801 VFS_I(ip)->i_mode &= ~(S_ISUID|S_ISGID); in xfs_fileattr_set()