Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/nsfs/
H A Dpidns.c25 #define NS_GET_PARENT _IO(NSIO, 0x2) macro
60 pns = ioctl(ns, NS_GET_PARENT); in main()
72 if (ioctl(pns, NS_GET_PARENT) >= 0 || errno != EPERM) in main()
/linux/include/uapi/linux/
H A Dnsfs.h13 #define NS_GET_PARENT _IO(NSIO, 0x2) macro
/linux/fs/
H A Dnsfs.c171 case NS_GET_PARENT: in ns_ioctl()