Searched refs:get_userns_fd (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/filesystems/ |
| H A D | utils.h | 23 extern int get_userns_fd(unsigned long nsid, unsigned long hostid,
|
| H A D | utils.c | 304 int get_userns_fd(unsigned long nsid, unsigned long hostid, unsigned long range) in get_userns_fd() function
|
| /linux-6.15/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 1236 static int get_userns_fd(unsigned long nsid, unsigned long hostid, unsigned long range) in get_userns_fd() function 1279 attr.userns_fd = get_userns_fd(0, 10000, 10000); in TEST_F() 1311 attr.userns_fd = get_userns_fd(0, 10000, 10000); in TEST_F() 1341 attr.userns_fd = get_userns_fd(0, 10000, 10000); in TEST_F() 1373 attr.userns_fd = get_userns_fd(0, 10000, 10000); in TEST_F() 1402 attr.userns_fd = get_userns_fd(0, 10000, 10000); in TEST_F() 1409 attr.userns_fd = get_userns_fd(0, 20000, 10000); in TEST_F() 1458 attr.userns_fd = get_userns_fd(0, 10000, 10000); in TEST_F()
|
| /linux-6.15/tools/testing/selftests/filesystems/overlayfs/ |
| H A D | set_layers_via_fds.c | 341 fd_userns1 = get_userns_fd(0, 0, 10000); in TEST_F() 344 fd_userns2 = get_userns_fd(0, 1234, 10000); in TEST_F()
|