Searched refs:nstype (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | setns.c | 5 int setns(int fd, int nstype) in setns() argument 7 return syscall(__NR_setns, fd, nstype); in setns()
|
D | util.h | 65 int setns(int fd, int nstype);
|
/Linux-v4.19/kernel/ |
D | nsproxy.c | 237 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/ |
D | nvdimm.txt | 432 "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/ |
D | region_devs.c | 315 static DEVICE_ATTR_RO(nstype);
|
D | namespace_devs.c | 251 static DEVICE_ATTR_RO(nstype);
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 852 asmlinkage long sys_setns(int fd, int nstype);
|