Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dsetns.c7 int setns(int fd, int nstype) in setns() argument
9 return syscall(__NR_setns, fd, nstype); in setns()
Dnamespaces.h17 int setns(int fd, int nstype);
/Linux-v5.4/kernel/
Dnsproxy.c233 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/
Dnvdimm.rst486 "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/
Dregion_devs.c314 static DEVICE_ATTR_RO(nstype);
Dnamespace_devs.c247 static DEVICE_ATTR_RO(nstype);
/Linux-v5.4/include/linux/
Dsyscalls.h933 asmlinkage long sys_setns(int fd, int nstype);