Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl02.h52 struct fs_quota_stat res_qstat; in check_qoff() local
55 (void *) &res_qstat), "do_quotactl() to %s", desp); in check_qoff()
59 if (res_qstat.qs_flags & flag) { in check_qoff()
69 struct fs_quota_stat res_qstat; in check_qon() local
72 (void *) &res_qstat), "do_quotactl() to %s", desp); in check_qon()
76 if (!(res_qstat.qs_flags & flag)) { in check_qon()