Searched refs:nstype (Results 1 – 6 of 6) sorted by relevance
7 int setns(int fd, int nstype) in setns() argument9 return syscall(__NR_setns, fd, nstype); in setns()
18 int setns(int fd, int nstype);
394 "nstype" indicates the integer type of namespace-device this region424 | |-- nstype
309 static DEVICE_ATTR_RO(nstype);
189 static DEVICE_ATTR_RO(nstype);
978 asmlinkage long sys_setns(int fd, int nstype);
Completed in 13 milliseconds