Searched refs:userns (Results 1 – 2 of 2) sorted by relevance
153 static inline bool vfsuid_has_mapping(struct user_namespace *userns, in vfsuid_has_mapping() argument156 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() argument194 return from_kgid(userns, AS_KGIDT(vfsgid)) != (gid_t)-1; in vfsgid_has_mapping()
1710 struct user_namespace *userns; member