nstype            247 drivers/nvdimm/namespace_devs.c static DEVICE_ATTR_RO(nstype);
nstype            314 drivers/nvdimm/region_devs.c static DEVICE_ATTR_RO(nstype);
nstype            933 include/linux/syscalls.h asmlinkage long sys_setns(int fd, int nstype);
nstype            233 kernel/nsproxy.c SYSCALL_DEFINE2(setns, int, fd, int, nstype)
nstype            247 kernel/nsproxy.c 	if (nstype && (ns->ops->type != nstype))
nstype             17 tools/perf/util/namespaces.h int setns(int fd, int nstype);
nstype              7 tools/perf/util/setns.c int setns(int fd, int nstype)
nstype              9 tools/perf/util/setns.c 	return syscall(__NR_setns, fd, nstype);