Searched refs:nstype (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/tools/perf/util/ |
D | setns.c | 7 int setns(int fd, int nstype) in setns() argument 9 return syscall(__NR_setns, fd, nstype); in setns()
|
D | namespaces.h | 17 int setns(int fd, int nstype);
|
/Linux-v5.4/kernel/ |
D | nsproxy.c | 233 SYSCALL_DEFINE2(setns, int, fd, int, nstype) in SYSCALL_DEFINE2() argument 247 if (nstype && (ns->ops->type != nstype)) in SYSCALL_DEFINE2()
|
/Linux-v5.4/Documentation/driver-api/nvdimm/ |
D | nvdimm.rst | 486 "nstype" indicates the integer type of namespace-device this region 518 | |-- nstype 611 "nstype" integer attribute, here are some other options.
|
/Linux-v5.4/drivers/nvdimm/ |
D | region_devs.c | 314 static DEVICE_ATTR_RO(nstype);
|
D | namespace_devs.c | 247 static DEVICE_ATTR_RO(nstype);
|
/Linux-v5.4/include/linux/ |
D | syscalls.h | 933 asmlinkage long sys_setns(int fd, int nstype);
|