Searched refs:kgid_has_mapping (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| A D | uidgid.h | 128 static inline bool kgid_has_mapping(struct user_namespace *ns, kgid_t gid) in kgid_has_mapping() function 179 static inline bool kgid_has_mapping(struct user_namespace *ns, kgid_t gid) in kgid_has_mapping() function
|
| A D | fs.h | 1582 kgid_has_mapping(fs_userns, kgid); in fsuidgid_has_mapping()
|
| /linux/fs/bcachefs/ |
| A D | fs-ioctl.c | 451 !kgid_has_mapping(s_user_ns, current_fsgid())) { in bch2_ioctl_subvolume_create()
|
| /linux/fs/ |
| A D | posix_acl.c | 272 if (!kgid_has_mapping(user_ns, pa->e_gid)) in posix_acl_valid()
|
| /linux/kernel/bpf/ |
| A D | inode.c | 867 if (!kgid_has_mapping(fc->user_ns, gid)) in bpf_parse_param()
|
| /linux/kernel/ |
| A D | user_namespace.c | 114 !kgid_has_mapping(parent_ns, group)) in create_user_ns()
|
| /linux/fs/overlayfs/ |
| A D | copy_up.c | 1159 !kgid_has_mapping(current_user_ns(), ctx.stat.gid)) in ovl_copy_up_one()
|
| /linux/fs/fuse/ |
| A D | inode.c | 821 if (!kgid_has_mapping(fsc->user_ns, kgid)) in fuse_parse_param()
|
| /linux/mm/ |
| A D | shmem.c | 4288 if (!kgid_has_mapping(fc->user_ns, kgid)) in shmem_parse_one()
|
Completed in 45 milliseconds