Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl02.h98 struct fs_quota_statv res_qstatv = { in check_qoffv() local
102 res = quotactl(subcmd, tst_device->dev, test_id, (void *) &res_qstatv); in check_qoffv()
109 if (res_qstatv.qs_flags & flag) { in check_qoffv()
120 struct fs_quota_statv res_qstatv = { in check_qonv() local
124 res = quotactl(subcmd, tst_device->dev, test_id, (void *) &res_qstatv); in check_qonv()
131 if (!(res_qstatv.qs_flags & flag)) { in check_qonv()