Searched refs:nsproxy (Results 26 - 50 of 111) sorted by path

12345

/linux-master/fs/lockd/
H A Dprocfs.c11 #include <linux/nsproxy.h>
25 struct lockd_net *ln = net_generic(current->nsproxy->net_ns,
52 struct lockd_net *ln = net_generic(current->nsproxy->net_ns,
/linux-master/fs/
H A Dnamespace.c755 struct mnt_namespace *ns = current->nsproxy->mnt_ns;
860 return mnt->mnt_ns == current->nsproxy->mnt_ns;
1846 return ns_capable(current->nsproxy->mnt_ns->user_ns, CAP_SYS_ADMIN);
1966 return current->nsproxy->mnt_ns->seq >= mnt_ns->seq;
2306 struct user_namespace *user_ns = current->nsproxy->mnt_ns->user_ns;
2656 struct user_namespace *user_ns = current->nsproxy->mnt_ns->user_ns;
3081 if (parent_mnt_to == current->nsproxy->mnt_ns->root)
4026 ns = alloc_mnt_ns(current->nsproxy->mnt_ns->user_ns, true);
4257 touch_mnt_namespace(current->nsproxy->mnt_ns);
5024 mnt = lookup_mnt_in_ns(kreq.mnt_id, current->nsproxy
5375 struct nsproxy *nsproxy; local
5395 struct nsproxy *nsproxy = nsset->nsproxy; local
[all...]
H A Dpnode.c11 #include <linux/nsproxy.h>
H A Dproc_namespace.c11 #include <linux/nsproxy.h>
242 struct nsproxy *nsp;
253 nsp = task->nsproxy;
/linux-master/fs/nfs/
H A Dclient.c39 #include <linux/nsproxy.h>
H A Dsuper.c56 #include <linux/nsproxy.h>
/linux-master/fs/nfsd/
H A Dexport.c253 nfsd_file_cache_purge(current->nsproxy->net_ns);
H A Dnfsctl.c1335 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
1430 return exports_net_open(current->nsproxy->net_ns, file);
/linux-master/fs/proc/
H A Dbase.c83 #include <linux/nsproxy.h>
H A Dnamespaces.c3 #include <linux/nsproxy.h>
H A Dproc_net.c22 #include <linux/nsproxy.h>
99 p->net = get_net_track(current->nsproxy->net_ns, &p->ns_tracker,
271 struct nsproxy *ns;
278 ns = task->nsproxy;
/linux-master/fs/smb/client/
H A Dconnect.c1533 if (!net_eq(cifs_net_ns(server), current->nsproxy->net_ns))
1718 cifs_set_net_ns(tcp_ses, get_net(current->nsproxy->net_ns));
H A Ddns_resolve.c68 rc = dns_query(current->nsproxy->net_ns, NULL, hostname, len,
/linux-master/include/linux/
H A Dcgroup.h23 #include <linux/nsproxy.h>
H A Dinit_task.h27 extern struct nsproxy init_nsproxy;
H A Dipc_namespace.h9 #include <linux/nsproxy.h>
H A Dnsproxy.h28 * The nsproxy is shared by tasks which share all namespaces.
30 * nsproxy is copied.
32 struct nsproxy { struct
43 extern struct nsproxy init_nsproxy;
56 struct nsproxy *nsproxy; member in struct:nsset
72 * 1. only current task is allowed to change tsk->nsproxy pointer or
73 * any pointer on the nsproxy itself. Current must hold the task_lock
74 * when changing tsk->nsproxy.
81 * nsproxy
[all...]
H A Dpid_namespace.h10 #include <linux/nsproxy.h>
H A Dsched.h64 struct nsproxy;
1116 struct nsproxy *nsproxy; member in struct:task_struct
H A Dsysctl.h35 struct nsproxy;
H A Dtime_namespace.h7 #include <linux/nsproxy.h>
49 void timens_on_fork(struct nsproxy *nsproxy, struct task_struct *tsk);
70 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets;
77 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets;
84 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets;
91 struct timens_offsets *ns_offsets = &current->nsproxy->time_ns->offsets;
101 struct time_namespace *ns = current->nsproxy->time_ns;
141 static inline void timens_on_fork(struct nsproxy *nsproxy, argument
[all...]
H A Duser_namespace.h6 #include <linux/nsproxy.h>
H A Dutsname.h7 #include <linux/nsproxy.h>
82 return &current->nsproxy->uts_ns->name;
/linux-master/include/net/
H A Dnet_namespace.h210 #include <linux/nsproxy.h>
H A Dscm.h11 #include <linux/nsproxy.h>

Completed in 612 milliseconds

12345