Searched refs:ia_vfsgid (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ |
| H A D | attr.c | 122 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 D | recovery.c | 275 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 D | inode.c | 38 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 D | copy_up.c | 408 .ia_vfsgid = VFSGIDT_INIT(stat->gid), in ovl_set_attr()
|
| /linux/include/linux/ |
| H A D | fs.h | 278 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 D | xfs_iops.c | 817 iattr->ia_vfsgid); in xfs_setattr_nonsize()
|
| /linux/fs/quota/ |
| H A D | dquot.c | 2109 iattr->ia_vfsgid); in dquot_transfer()
|
| /linux/fs/ceph/ |
| H A D | inode.c | 2703 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()
|