Home
last modified time | relevance | path

Searched refs:current_in_userns (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Duser_namespace.h181 extern bool current_in_userns(const struct user_namespace *target_ns);
218 static inline bool current_in_userns(const struct user_namespace *target_ns) in current_in_userns() function
/openbmc/linux/kernel/
H A Duser_namespace.c1309 bool current_in_userns(const struct user_namespace *target_ns) in current_in_userns() function
1313 EXPORT_SYMBOL(current_in_userns);
/openbmc/linux/security/
H A Dcommoncap.c742 if (!current_in_userns(file->f_path.mnt->mnt_sb->s_user_ns)) in get_file_caps()
/openbmc/linux/fs/fuse/
H A Ddir.c1442 allow = current_in_userns(fc->user_ns); in fuse_allow_current_process()
/openbmc/linux/fs/
H A Dnamespace.c4943 current_in_userns(mnt->mnt_sb->s_user_ns); in mnt_may_suid()