Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A 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/tools/testing/selftests/mount_setattr/
H A Dmount_setattr_test.c1363 uid_t expected_uid, gid_t expected_gid) in expected_uid_gid() argument
1372 return st.st_uid == expected_uid && st.st_gid == expected_gid; in expected_uid_gid()