Home
last modified time | relevance | path

Searched refs:userns (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dmnt_idmapping.h153 static inline bool vfsuid_has_mapping(struct user_namespace *userns, in vfsuid_has_mapping() argument
156 return from_kuid(userns, AS_KUIDT(vfsuid)) != (uid_t)-1; in vfsuid_has_mapping()
191 static inline bool vfsgid_has_mapping(struct user_namespace *userns, in vfsgid_has_mapping() argument
194 return from_kgid(userns, AS_KGIDT(vfsgid)) != (gid_t)-1; in vfsgid_has_mapping()
Dbpf.h1710 struct user_namespace *userns; member