Searched refs:ia_vfsgid (Results 1 – 9 of 9) 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() 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 D | open.c | 739 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 D | file.c | 524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
/linux/fs/exfat/ |
H A D | file.c | 318 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in exfat_setattr()
|
/linux/include/linux/ |
H A D | fs.h | 253 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 D | xfs_iops.c | 738 iattr->ia_vfsgid); in xfs_setattr_nonsize()
|
/linux/fs/bcachefs/ |
H A D | fs.c | 989 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 D | dquot.c | 2152 iattr->ia_vfsgid); in dquot_transfer()
|
/linux/fs/ceph/ |
H A D | inode.c | 2599 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()
|