Home
last modified time | relevance | path

Searched refs:pid_ns (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/
Dpid_namespace.h64 extern void zap_pid_ns_processes(struct pid_namespace *pid_ns);
65 extern int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd);
93 static inline int reboot_pid_ns(struct pid_namespace *pid_ns, int cmd) in reboot_pid_ns() argument
Dtsacct_kern.h15 struct pid_namespace *pid_ns,
19 struct pid_namespace *pid_ns, in bacct_add_tsk() argument
Dpid.h112 int next_pidmap(struct pid_namespace *pid_ns, unsigned int last);
/linux-4.19.296/fs/fuse/
Dfuse_i.h475 struct pid_namespace *pid_ns; member
Dinode.c634 fc->pid_ns = get_pid_ns(task_active_pid_ns(current)); in fuse_conn_init()
644 put_pid_ns(fc->pid_ns); in fuse_conn_put()
Ddev.c178 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in __fuse_get_req()
279 req->in.h.pid = pid_nr_ns(task_pid(current), fc->pid_ns); in fuse_get_req_nofail_nopages()
Dfile.c2141 fl->fl_pid = pid_nr_ns(find_pid_ns(ffl->pid, fc->pid_ns), &init_pid_ns); in convert_fuse_file_lock()
2204 pid_t pid_nr = pid_nr_ns(pid, fc->pid_ns); in fuse_setlk()