Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Duser_namespace.h191 extern bool current_in_userns(const struct user_namespace *target_ns);
228 static inline bool current_in_userns(const struct user_namespace *target_ns) in current_in_userns() function
/linux-6.12.1/kernel/
Duser_namespace.c1311 bool current_in_userns(const struct user_namespace *target_ns) in current_in_userns() function
1315 EXPORT_SYMBOL(current_in_userns);
/linux-6.12.1/security/
Dcommoncap.c743 if (!current_in_userns(file->f_path.mnt->mnt_sb->s_user_ns)) in get_file_caps()
/linux-6.12.1/fs/fuse/
Ddir.c1458 allow = current_in_userns(fc->user_ns); in fuse_allow_current_process()
/linux-6.12.1/fs/
Dnamespace.c5723 current_in_userns(mnt->mnt_sb->s_user_ns); in mnt_may_suid()