Searched refs:ia_vfsgid (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/
H A Dattr.c115 * @ia_vfsgid: gid to chown @inode to
124 const struct inode *inode, vfsgid_t ia_vfsgid)
129 if (vfsgid_eq(ia_vfsgid, vfsgid))
131 if (vfsgid_in_group_p(ia_vfsgid))
190 !chgrp_ok(idmap, inode, attr->ia_vfsgid))
201 vfsgid = attr->ia_vfsgid;
476 attr->ia_vfsgid))
123 chgrp_ok(struct mnt_idmap *idmap, const struct inode *inode, vfsgid_t ia_vfsgid) argument
H A Dopen.c742 * ia_vfsgid.
751 attr->ia_vfsgid = VFSGIDT_INIT(kgid);
774 newattrs.ia_vfsgid = INVALID_VFSGID;
788 from_vfsgid(idmap, fs_userns, newattrs.ia_vfsgid));
/linux-master/fs/f2fs/
H A Drecovery.c259 attr.ia_vfsgid = VFSGIDT_INIT(make_kgid(inode->i_sb->s_user_ns, i_gid));
263 if (!vfsgid_eq(attr.ia_vfsgid, i_gid_into_vfsgid(&nop_mnt_idmap, inode)))
/linux-master/fs/fat/
H A Dfile.c524 (!gid_eq(from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid),
/linux-master/include/linux/
H A Dfs.h251 vfsgid_t ia_vfsgid; member in union:iattr::__anon227
1467 !vfsgid_eq(attr->ia_vfsgid,
1486 attr->ia_vfsgid);
/linux-master/fs/xfs/
H A Dxfs_iops.c694 iattr->ia_vfsgid);
/linux-master/fs/overlayfs/
H A Dcopy_up.c392 .ia_vfsgid = VFSGIDT_INIT(stat->gid),
/linux-master/fs/quota/
H A Ddquot.c2150 iattr->ia_vfsgid);
/linux-master/fs/ceph/
H A Dinode.c2570 kgid_t fsgid = from_vfsgid(idmap, i_user_ns(inode), attr->ia_vfsgid);

Completed in 364 milliseconds