Home
last modified time | relevance | path

Searched refs:NS_GET_MNTNS_ID (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dnsfs.h44 #define NS_GET_MNTNS_ID _IOR(NSIO, 5, __u64) macro
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test_ns.c48 if (ioctl(fd, NS_GET_MNTNS_ID, mnt_ns_id) < 0) { in wait_for_pid()
/linux/tools/testing/selftests/namespaces/
H A Dnsid_test.c63 ret = ioctl(fd_mntns, NS_GET_MNTNS_ID, &mnt_ns_id); in TEST()