Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dattr.c126 const struct inode *inode, vfsgid_t ia_vfsgid) in chgrp_ok() argument
131 if (vfsgid_eq(ia_vfsgid, vfsgid)) in chgrp_ok()
133 if (vfsgid_in_group_p(ia_vfsgid)) in chgrp_ok()
192 !chgrp_ok(idmap, inode, attr->ia_vfsgid)) in setattr_prepare()
203 vfsgid = attr->ia_vfsgid; in setattr_prepare()
478 attr->ia_vfsgid)) in notify_change()
H A Dopen.c744 attr->ia_vfsgid = VFSGIDT_INIT(kgid); in setattr_vfsgid()
767 newattrs.ia_vfsgid = INVALID_VFSGID; in chown_common()
781 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid)); in chown_common()
/openbmc/linux/fs/f2fs/
H A Drecovery.c259 attr.ia_vfsgid = VFSGIDT_INIT(make_kgid(inode->i_sb->s_user_ns, i_gid)); in recover_quota_data()
263 if (!vfsgid_eq(attr.ia_vfsgid, i_gid_into_vfsgid(&nop_mnt_idmap, inode))) in recover_quota_data()
/openbmc/linux/fs/fat/
H A Dfile.c524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
/openbmc/linux/include/linux/
H A Dfs.h247 vfsgid_t ia_vfsgid; member
1435 !vfsgid_eq(attr->ia_vfsgid, in i_gid_needs_update()
1454 attr->ia_vfsgid); in i_gid_update()
/openbmc/linux/fs/overlayfs/
H A Dcopy_up.c364 .ia_vfsgid = VFSGIDT_INIT(stat->gid), in ovl_set_attr()
/openbmc/linux/fs/xfs/
H A Dxfs_iops.c694 iattr->ia_vfsgid); in xfs_setattr_nonsize()
/openbmc/linux/fs/quota/
H A Ddquot.c2160 iattr->ia_vfsgid); in dquot_transfer()