Searched refs:NSIO (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | nsfs.h | 7 #define NSIO 0xb7 macro 10 #define NS_GET_USERNS _IO(NSIO, 0x1) 12 #define NS_GET_PARENT _IO(NSIO, 0x2) 15 #define NS_GET_NSTYPE _IO(NSIO, 0x3) 17 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nsfs.h | 7 #define NSIO 0xb7 macro 10 #define NS_GET_USERNS _IO(NSIO, 0x1) 12 #define NS_GET_PARENT _IO(NSIO, 0x2) 15 #define NS_GET_NSTYPE _IO(NSIO, 0x3) 17 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | nsfs.h | 7 #define NSIO 0xb7 macro 10 #define NS_GET_USERNS _IO(NSIO, 0x1) 12 #define NS_GET_PARENT _IO(NSIO, 0x2) 15 #define NS_GET_NSTYPE _IO(NSIO, 0x3) 17 #define NS_GET_OWNER_UID _IO(NSIO, 0x4)
|
| /OK3568_Linux_fs/kernel/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)
|