Home
last modified time | relevance | path

Searched refs:ia_vfsgid (Results 1 – 9 of 9) 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()
188 !chgrp_ok(idmap, inode, attr->ia_vfsgid)) in setattr_prepare()
199 vfsgid = attr->ia_vfsgid; in setattr_prepare()
523 attr->ia_vfsgid)) in notify_change()
H A Dopen.c739 attr->ia_vfsgid = VFSGIDT_INIT(kgid); in setattr_vfsgid()
762 newattrs.ia_vfsgid = INVALID_VFSGID; in chown_common()
776 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid)); in chown_common()
/linux/fs/fat/
H A Dfile.c524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
/linux/fs/exfat/
H A Dfile.c318 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in exfat_setattr()
/linux/include/linux/
H A Dfs.h253 vfsgid_t ia_vfsgid; member
1509 !vfsgid_eq(attr->ia_vfsgid, in i_gid_needs_update()
1528 attr->ia_vfsgid); in i_gid_update()
/linux/fs/xfs/
H A Dxfs_iops.c738 iattr->ia_vfsgid); in xfs_setattr_nonsize()
/linux/fs/bcachefs/
H A Dfs.c989 kgid = from_vfsgid(idmap, i_user_ns(&inode->v), attr->ia_vfsgid); in bch2_setattr_copy()
1040 kgid = from_vfsgid(idmap, i_user_ns(&inode->v), attr->ia_vfsgid); in bch2_setattr_nonsize()
/linux/fs/quota/
H A Ddquot.c2152 iattr->ia_vfsgid); in dquot_transfer()
/linux/fs/ceph/
H A Dinode.c2599 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()