Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/chown/
Dchown03.c31 static void check_owner(struct stat *s, uid_t exp_uid, gid_t exp_gid) in check_owner() function
60 check_owner(&stat_buf, uid, 0); in run()
66 check_owner(&stat_buf, uid, gid); in run()
/external/ltp/testcases/kernel/syscalls/fchown/
Dfchown03.c37 static void check_owner(struct stat *s, uid_t exp_uid, gid_t exp_gid) in check_owner() function
66 check_owner(&stat_buf, uid, 0); in run()
71 check_owner(&stat_buf, uid, gid); in run()