Home
last modified time | relevance | path

Searched refs:NS_MNT_GET_INFO (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/samples/vfs/
H A Dsamples-vfs.h84 #ifndef NS_MNT_GET_INFO
85 #define NS_MNT_GET_INFO _IOR(0xb7, 10, struct mnt_ns_info) macro
H A Dtest-list-all-mounts.c86 ret = ioctl(fd_mntns, NS_MNT_GET_INFO, &info); in main()
H A Dmountinfo.c251 ret = ioctl(mntns, NS_MNT_GET_INFO, &mni); in main()
/linux-6.15/tools/testing/selftests/filesystems/nsfs/
H A Diterate_mntns.c29 #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 Dnsfs.h39 #define NS_MNT_GET_INFO _IOR(NSIO, 10, struct mnt_ns_info) macro
/linux-6.15/fs/
H A Dnsfs.c171 case _IOC_NR(NS_MNT_GET_INFO): in nsfs_ioctl_valid()
274 case _IOC_NR(NS_MNT_GET_INFO): { in ns_ioctl()