Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/
H A Dutils.h26 extern int caps_down(void);
41 if (drop_caps && !caps_down()) in switch_userns()
H A Dutils.c545 int caps_down(void) in caps_down() function
/linux/tools/testing/selftests/filesystems/open_tree_ns/
H A Dopen_tree_ns_test.c390 if (caps_down() == 0) in TEST_F()