Searched refs:ia_vfsgid (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/fs/ |
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() 474 attr->ia_vfsgid)) in notify_change()
|
D | open.c | 754 attr->ia_vfsgid = VFSGIDT_INIT(kgid); in setattr_vfsgid() 777 newattrs.ia_vfsgid = INVALID_VFSGID; in chown_common() 791 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid)); in chown_common()
|
/linux-6.12.1/fs/f2fs/ |
D | recovery.c | 252 attr.ia_vfsgid = VFSGIDT_INIT(make_kgid(inode->i_sb->s_user_ns, i_gid)); in recover_quota_data() 256 if (!vfsgid_eq(attr.ia_vfsgid, i_gid_into_vfsgid(&nop_mnt_idmap, inode))) in recover_quota_data()
|
/linux-6.12.1/fs/fat/ |
D | file.c | 524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
/linux-6.12.1/fs/exfat/ |
D | file.c | 318 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in exfat_setattr()
|
/linux-6.12.1/include/linux/ |
D | fs.h | 251 vfsgid_t ia_vfsgid; member 1507 !vfsgid_eq(attr->ia_vfsgid, in i_gid_needs_update() 1526 attr->ia_vfsgid); in i_gid_update()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_iops.c | 718 iattr->ia_vfsgid); in xfs_setattr_nonsize()
|
/linux-6.12.1/fs/bcachefs/ |
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-6.12.1/fs/overlayfs/ |
D | copy_up.c | 409 .ia_vfsgid = VFSGIDT_INIT(stat->gid), in ovl_set_attr()
|
/linux-6.12.1/fs/fuse/ |
D | dir.c | 1778 kgid_t fsgid = from_vfsgid(idmap, fc->user_ns, iattr->ia_vfsgid); in iattr_to_fattr()
|
/linux-6.12.1/fs/quota/ |
D | dquot.c | 2151 iattr->ia_vfsgid); in dquot_transfer()
|
/linux-6.12.1/fs/ceph/ |
D | inode.c | 2599 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid); in __ceph_setattr()
|