Searched refs:res_ndq (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
H A D | quotactl08.c | 62 static struct if_nextdqblk res_ndq; variable 105 {QCMD(Q_GETNEXTQUOTA, USRQUOTA), &test_id, &res_ndq, 106 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 144 {QCMD(Q_GETNEXTQUOTA, GRPQUOTA), &test_id, &res_ndq, 145 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 166 0, (void *) &res_ndq)); in setup() 186 res_ndq.dqb_id = -1; in verify_quota()
|
H A D | quotactl01.c | 62 static struct if_nextdqblk res_ndq; variable 105 {QCMD(Q_GETNEXTQUOTA, USRQUOTA), &test_id, &res_ndq, 106 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 144 {QCMD(Q_GETNEXTQUOTA, GRPQUOTA), &test_id, &res_ndq, 145 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 168 test_id, (void *) &res_ndq)); in setup() 186 res_ndq.dqb_id = -1; in verify_quota()
|
H A D | quotactl04.c | 49 static struct if_nextdqblk res_ndq; variable 88 {QCMD(Q_GETNEXTQUOTA, PRJQUOTA), &test_id, &res_ndq, 89 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 110 test_id, (void *) &res_ndq)); in setup()
|
H A D | quotactl06.c | 61 static struct if_nextdqblk res_ndq; variable 194 test_id, (void *) &res_ndq)); in setup()
|
H A D | quotactl09.c | 38 static struct if_nextdqblk res_ndq; variable 152 test_id, (void *) &res_ndq)); in setup()
|
Completed in 3 milliseconds