Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/ftrace/test.d/00basic/
Dmount_options.tc52 local expected_gid="$2"
60 if [ "$gid" -ne "$expected_gid" ]; then
62 fail "$(realpath $file): Expected group $expected_gid; Got group $gid"
/linux-6.12.1/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c1392 uid_t expected_uid, gid_t expected_gid) in expected_uid_gid() argument
1401 return st.st_uid == expected_uid && st.st_gid == expected_gid; in expected_uid_gid()