Searched refs:res_ndq (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl08.c | 61 static struct if_nextdqblk res_ndq; variable 104 {QCMD(Q_GETNEXTQUOTA, USRQUOTA), &test_id, &res_ndq, 105 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 143 {QCMD(Q_GETNEXTQUOTA, GRPQUOTA), &test_id, &res_ndq, 144 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id), 165 0, (void *) &res_ndq)); in setup() 185 res_ndq.dqb_id = -1; in verify_quota()
|
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), 172 test_id, (void *) &res_ndq)); in setup() 190 res_ndq.dqb_id = -1; in verify_quota()
|
D | quotactl04.c | 49 static struct if_nextdqblk res_ndq; variable 87 {QCMD(Q_GETNEXTQUOTA, PRJQUOTA), &test_id, &res_ndq, 88 &test_id, &res_ndq.dqb_id, sizeof(res_ndq.dqb_id),
|
D | quotactl09.c | 38 static struct if_nextdqblk res_ndq; variable 152 test_id, (void *) &res_ndq)); in setup()
|
D | quotactl06.c | 60 static struct if_nextdqblk res_ndq; variable 188 test_id, (void *) &res_ndq)); in setup()
|