Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnsfs.h20 #define NS_GET_MNTNS_ID _IOR(NSIO, 0x5, __u64) macro
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test_ns.c72 if (ioctl(fd, NS_GET_MNTNS_ID, mnt_ns_id) < 0) { in get_mnt_ns_id()
/linux/fs/
H A Dnsfs.c184 case NS_GET_MNTNS_ID: { in ns_ioctl()