Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/ftest/
Dftest04.c224 int w_ioveclen; in dotest() local
236 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
255 if ((val0_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) { in dotest()
259 val0_iovec[i].iov_len = w_ioveclen; in dotest()
265 if ((val_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) { in dotest()
269 val_iovec[i].iov_len = w_ioveclen; in dotest()
Dftest08.c237 int w_ioveclen; in dotest() local
248 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
266 if ((val0_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) { in dotest()
270 val0_iovec[i].iov_len = w_ioveclen; in dotest()
276 if ((val_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) { in dotest()
279 val_iovec[i].iov_len = w_ioveclen; in dotest()
Dftest03.c290 int w_ioveclen; in dotest() local
305 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
324 if ((val_iovec[i].iov_base = calloc(w_ioveclen, 1)) == 0) { in dotest()
328 val_iovec[i].iov_len = w_ioveclen; in dotest()
334 if ((zero_iovec[i].iov_base = calloc(w_ioveclen, 1)) == 0) { in dotest()
338 zero_iovec[i].iov_len = w_ioveclen; in dotest()
Dftest07.c291 int w_ioveclen; in dotest() local
306 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
326 if ((val_iovec[i].iov_base = calloc(w_ioveclen, 1)) == NULL) { in dotest()
330 val_iovec[i].iov_len = w_ioveclen; in dotest()
335 if ((zero_iovec[i].iov_base = calloc(w_ioveclen, 1)) == NULL) { in dotest()
338 zero_iovec[i].iov_len = w_ioveclen; in dotest()