Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsetns.c5 int setns(int fd, int nstype) in setns() argument
7 return syscall(__NR_setns, fd, nstype); in setns()
Dutil.h65 int setns(int fd, int nstype);
/Linux-v4.19/kernel/
Dnsproxy.c237 SYSCALL_DEFINE2(setns, int, fd, int, nstype) in SYSCALL_DEFINE2() argument
251 if (nstype && (ns->ops->type != nstype)) in SYSCALL_DEFINE2()
/Linux-v4.19/Documentation/nvdimm/
Dnvdimm.txt432 "nstype" indicates the integer type of namespace-device this region
462 | |-- nstype
554 "nstype" integer attribute, here are some other options.
/Linux-v4.19/drivers/nvdimm/
Dregion_devs.c315 static DEVICE_ATTR_RO(nstype);
Dnamespace_devs.c251 static DEVICE_ATTR_RO(nstype);
/Linux-v4.19/include/linux/
Dsyscalls.h852 asmlinkage long sys_setns(int fd, int nstype);