Home
last modified time | relevance | path

Searched refs:switch_ids (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/filesystems/
H A Dutils.h29 extern bool switch_ids(uid_t uid, gid_t gid);
36 if (!switch_ids(uid, gid)) in switch_userns()
H A Dutils.c329 bool switch_ids(uid_t uid, gid_t gid) in switch_ids() function
361 if (!switch_ids(0, 0)) in userns_fd_cb()