Searched refs:vfsgid_t (Results 1 - 20 of 20) sorted by relevance

/linux-master/include/linux/
H A Dmnt_idmapping.h20 } vfsgid_t; typedef in typeref:struct:__anon293
23 static_assert(sizeof(vfsgid_t) == sizeof(kgid_t));
25 static_assert(offsetof(vfsgid_t, val) == offsetof(kgid_t, val));
33 static inline gid_t __vfsgid_val(vfsgid_t gid)
43 static inline gid_t __vfsgid_val(vfsgid_t gid)
54 static inline bool vfsgid_valid(vfsgid_t gid)
64 static inline bool vfsgid_eq(vfsgid_t left, vfsgid_t right)
94 static inline bool vfsgid_eq_kgid(vfsgid_t vfsgid, kgid_t kgid)
104 #define VFSGIDT_INIT(val) (vfsgid_t){ __kgid_va
[all...]
H A Dfs.h251 vfsgid_t ia_vfsgid;
1445 static inline vfsgid_t i_gid_into_vfsgid(struct mnt_idmap *idmap,
/linux-master/fs/
H A Dmnt_idmapping.c17 #define VFSGIDT_INIT_RAW(val) (vfsgid_t){ val }
108 vfsgid_t make_vfsgid(struct mnt_idmap *idmap,
164 struct user_namespace *fs_userns, vfsgid_t vfsgid)
189 int vfsgid_in_group_p(vfsgid_t vfsgid)
194 int vfsgid_in_group_p(vfsgid_t vfsgid)
H A Dattr.c124 const struct inode *inode, vfsgid_t ia_vfsgid)
126 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
195 vfsgid_t vfsgid;
H A Dinternal.h200 const struct inode *inode, vfsgid_t vfsgid);
H A Dposix_acl.c382 vfsgid_t vfsgid;
898 vfsgid_t vfsgid;
H A Dstat.c50 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
H A Dinode.c2533 const struct inode *inode, vfsgid_t vfsgid)
H A Dexec.c1651 vfsgid_t vfsgid;
H A Dnamei.c368 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
/linux-master/fs/smb/server/
H A Dsmbacl.h229 vfsgid_t vfsgid;
H A Dndr.c349 vfsgid_t vfsgid;
H A Doplock.c1711 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
H A Dsmb2pdu.c2615 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
5124 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
/linux-master/fs/xfs/
H A Dxfs_itable.c70 vfsgid_t vfsgid;
H A Dxfs_iops.c561 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);
/linux-master/security/integrity/ima/
H A Dima_policy.c83 static inline bool vfsgid_gt_kgid(vfsgid_t vfsgid, kgid_t kgid)
93 static inline bool vfsgid_lt_kgid(vfsgid_t vfsgid, kgid_t kgid)
113 bool (*fgroup_op)(vfsgid_t vfsgid, kgid_t rule_gid); /* vfsgid_eq_kgid(), vfsgid_gt_kgid(), vfsgid_lt_kgid() */
/linux-master/fs/overlayfs/
H A Dinode.c356 vfsgid_t vfsgid;
H A Dutil.c1518 vfsgid_t vfsgid;
/linux-master/fs/f2fs/
H A Dfile.c926 vfsgid_t vfsgid = i_gid_into_vfsgid(idmap, inode);

Completed in 244 milliseconds