Searched refs:ia_vfsgid (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | attr.c | 125 const struct inode *inode, vfsgid_t ia_vfsgid) in chgrp_ok() argument 130 if (vfsgid_eq(ia_vfsgid, vfsgid)) in chgrp_ok() 132 if (vfsgid_in_group_p(ia_vfsgid)) in chgrp_ok() 191 !chgrp_ok(idmap, inode, attr->ia_vfsgid)) in setattr_prepare() 202 vfsgid = attr->ia_vfsgid; in setattr_prepare() 461 attr->ia_vfsgid)) in notify_change()
|
A D | open.c | 735 attr->ia_vfsgid = VFSGIDT_INIT(kgid); in setattr_vfsgid() 758 newattrs.ia_vfsgid = INVALID_VFSGID; in chown_common() 772 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid)); in chown_common()
|
/linux-6.3-rc2/fs/f2fs/ |
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()
|
/linux-6.3-rc2/fs/fat/ |
A D | file.c | 524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid), in fat_setattr()
|
/linux-6.3-rc2/include/linux/ |
A D | fs.h | 248 vfsgid_t ia_vfsgid; member 1382 !vfsgid_eq(attr->ia_vfsgid, in i_gid_needs_update() 1401 attr->ia_vfsgid); in i_gid_update()
|
/linux-6.3-rc2/fs/overlayfs/ |
A D | copy_up.c | 365 .ia_vfsgid = VFSGIDT_INIT(stat->gid), in ovl_set_attr()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_iops.c | 689 iattr->ia_vfsgid); in xfs_setattr_nonsize()
|
/linux-6.3-rc2/fs/quota/ |
A D | dquot.c | 2115 iattr->ia_vfsgid); in dquot_transfer()
|
Completed in 26 milliseconds