Searched refs:alloc_mnt_ns (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dnamespace.c2052 static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *, bool);
2657 struct mnt_namespace *ns = alloc_mnt_ns(user_ns, true);
3725 static struct mnt_namespace *alloc_mnt_ns(struct user_namespace *user_ns, bool anon) function
3779 new_ns = alloc_mnt_ns(user_ns, false);
3847 ns = alloc_mnt_ns(&init_user_ns, true);
4026 ns = alloc_mnt_ns(current->nsproxy->mnt_ns->user_ns, true);
5144 ns = alloc_mnt_ns(&init_user_ns, false);

Completed in 182 milliseconds