Home
last modified time | relevance | path

Searched refs:ia_vfsgid (Results 1 – 8 of 8) sorted by relevance

/linux/fs/
H A Dattr.c122 const struct inode *inode, vfsgid_t ia_vfsgid) in chgrp_ok() argument
127 if (vfsgid_eq(ia_vfsgid, vfsgid)) in chgrp_ok()
129 if (vfsgid_in_group_p(ia_vfsgid)) in chgrp_ok()
198 !chgrp_ok(idmap, inode, attr->ia_vfsgid)) in setattr_prepare()
209 vfsgid = attr->ia_vfsgid; in setattr_prepare()
527 attr->ia_vfsgid)) in notify_change()
/linux/fs/f2fs/
H A Drecovery.c275 attr.ia_vfsgid = VFSGIDT_INIT(make_kgid(inode->i_sb->s_user_ns, i_gid)); in recover_quota_data()
279 if (!vfsgid_eq(attr.ia_vfsgid, i_gid_into_vfsgid(&nop_mnt_idmap, inode))) in recover_quota_data()
/linux/fs/overlayfs/
H A Dinode.c38 attr->ia_vfsgid = VFSGIDT_INIT(from_vfsgid(idmap, in ovl_setattr()
39 i_user_ns(d_inode(dentry)), attr->ia_vfsgid)); in ovl_setattr()
H A Dcopy_up.c408 .ia_vfsgid = VFSGIDT_INIT(stat->gid), in ovl_set_attr()
/linux/include/linux/
H A Dfs.h278 vfsgid_t ia_vfsgid; member
1516 !vfsgid_eq(attr->ia_vfsgid, in i_gid_needs_update()
1535 attr->ia_vfsgid); in i_gid_update()
/linux/fs/xfs/
H A Dxfs_iops.c817 iattr->ia_vfsgid); in xfs_setattr_nonsize()
/linux/fs/quota/
H A Ddquot.c2109 iattr->ia_vfsgid); in dquot_transfer()
/linux/fs/ceph/
H A Dinode.c2703 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()