Searched refs:NSIO (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/linux/ |
H A D | nsfs.h | 8 #define NSIO 0xb7 macro 11 #define NS_GET_USERNS _IO(NSIO, 0x1) 13 #define NS_GET_PARENT _IO(NSIO, 0x2) 16 #define NS_GET_NSTYPE _IO(NSIO, 0x3) 18 #define NS_GET_OWNER_UID _IO(NSIO, 0x4) 20 #define NS_GET_MNTNS_ID _IOR(NSIO, 0x5, __u64) 22 #define NS_GET_PID_FROM_PIDNS _IOR(NSIO, 0x6, int) 24 #define NS_GET_TGID_FROM_PIDNS _IOR(NSIO, 0x7, int) 26 #define NS_GET_PID_IN_PIDNS _IOR(NSIO, 0x8, int) 28 #define NS_GET_TGID_IN_PIDNS _IOR(NSIO, 0x9, int) [all …]
|
/linux/tools/testing/selftests/nsfs/ |
H A D | pidns.c | 23 #define NSIO 0xb7 macro 24 #define NS_GET_USERNS _IO(NSIO, 0x1) 25 #define NS_GET_PARENT _IO(NSIO, 0x2)
|
H A D | owner.c | 16 #define NSIO 0xb7 macro 17 #define NS_GET_USERNS _IO(NSIO, 0x1)
|