Searched refs:ia_vfsgid (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/ |
H A D | attr.c | 126 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 D | open.c | 744 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 D | recovery.c | 259 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 D | file.c | 524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 247 vfsgid_t ia_vfsgid; member 1436 !vfsgid_eq(attr->ia_vfsgid, in i_gid_needs_update() 1455 attr->ia_vfsgid); in i_gid_update()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iops.c | 695 iattr->ia_vfsgid); in xfs_setattr_nonsize()
|
/openbmc/linux/fs/overlayfs/ |
H A D | copy_up.c | 364 .ia_vfsgid = VFSGIDT_INIT(stat->gid), in ovl_set_attr()
|
/openbmc/linux/fs/quota/ |
H A D | dquot.c | 2161 iattr->ia_vfsgid); in dquot_transfer()
|