Searched refs:NS_MNT_GET_INFO (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/samples/vfs/ |
| H A D | samples-vfs.h | 84 #ifndef NS_MNT_GET_INFO 85 #define NS_MNT_GET_INFO _IOR(0xb7, 10, struct mnt_ns_info) macro
|
| H A D | test-list-all-mounts.c | 86 ret = ioctl(fd_mntns, NS_MNT_GET_INFO, &info); in main()
|
| H A D | mountinfo.c | 251 ret = ioctl(mntns, NS_MNT_GET_INFO, &mni); in main()
|
| /linux-6.15/tools/testing/selftests/filesystems/nsfs/ |
| H A D | iterate_mntns.c | 29 #define NS_MNT_GET_INFO _IOR(0xb7, 10, struct mnt_ns_info) macro 57 ASSERT_EQ(ioctl(self->fd_mnt_ns[i], NS_MNT_GET_INFO, &info), 0); in FIXTURE_SETUP()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | nsfs.h | 39 #define NS_MNT_GET_INFO _IOR(NSIO, 10, struct mnt_ns_info) macro
|
| /linux-6.15/fs/ |
| H A D | nsfs.c | 171 case _IOC_NR(NS_MNT_GET_INFO): in nsfs_ioctl_valid() 274 case _IOC_NR(NS_MNT_GET_INFO): { in ns_ioctl()
|