Lines Matching refs:NSIO
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)
39 #define NS_MNT_GET_INFO _IOR(NSIO, 10, struct mnt_ns_info)
41 #define NS_MNT_GET_NEXT _IOR(NSIO, 11, struct mnt_ns_info)
43 #define NS_MNT_GET_PREV _IOR(NSIO, 12, struct mnt_ns_info)