Searched refs:kuid_has_mapping (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/security/keys/ |
H A D | proc.c | 71 if (kuid_has_mapping(user_ns, key->user->uid)) in key_serial_next() 103 if (kuid_has_mapping(user_ns, minkey->user->uid)) in find_ge_key() 256 if (kuid_has_mapping(user_ns, user->uid)) in __key_user_next()
|
H A D | keyring.c | 1158 if (!kuid_has_mapping(ns, keyring->user->uid)) in find_keyring_by_name()
|
/openbmc/linux/include/linux/ |
H A D | uidgid.h | 131 static inline bool kuid_has_mapping(struct user_namespace *ns, kuid_t uid) in kuid_has_mapping() function 179 static inline bool kuid_has_mapping(struct user_namespace *ns, kuid_t uid) in kuid_has_mapping() function
|
H A D | fs.h | 1510 return kuid_has_mapping(fs_userns, kuid) && in fsuidgid_has_mapping()
|
/openbmc/linux/fs/ |
H A D | posix_acl.c | 258 if (!kuid_has_mapping(user_ns, pa->e_uid)) in posix_acl_valid()
|
/openbmc/linux/kernel/ |
H A D | user_namespace.c | 113 if (!kuid_has_mapping(parent_ns, owner) || in create_user_ns()
|
/openbmc/linux/fs/overlayfs/ |
H A D | copy_up.c | 1056 if (!kuid_has_mapping(current_user_ns(), ctx.stat.uid) || in ovl_copy_up_one()
|
/openbmc/linux/fs/fuse/ |
H A D | inode.c | 807 if (!kuid_has_mapping(fsc->user_ns, kuid)) in fuse_parse_param()
|
/openbmc/linux/mm/ |
H A D | shmem.c | 3953 if (!kuid_has_mapping(fc->user_ns, kuid)) in shmem_parse_one()
|