Home
last modified time | relevance | path

Searched defs:user_namespace (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Duser_namespace.h56 struct user_namespace { struct
61 struct user_namespace *parent; argument
62 int level;
63 kuid_t owner;
64 kgid_t group;
65 struct ns_common ns;
66 unsigned long flags;
69 bool parent_could_setfcap;
97 struct user_namespace *ns; argument
/kernel/linux/linux-5.10/fs/epfs/
Dinode.c26 static int epfs_tmpfile(struct user_namespace *, struct inode *dir, in epfs_tmpfile()