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.c234 int w_ioveclen; in dotest() local
246 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
265 if ((val0_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) { in dotest()
269 val0_iovec[i].iov_len = w_ioveclen; in dotest()
275 if ((val_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) { in dotest()
279 val_iovec[i].iov_len = w_ioveclen; in dotest()
Dftest08.c241 int w_ioveclen; in dotest() local
252 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
270 if ((val0_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) { in dotest()
274 val0_iovec[i].iov_len = w_ioveclen; in dotest()
280 if ((val_iovec[i].iov_base = malloc(w_ioveclen)) == NULL) { in dotest()
283 val_iovec[i].iov_len = w_ioveclen; in dotest()
Dftest03.c297 int w_ioveclen; in dotest() local
312 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
331 if ((val_iovec[i].iov_base = calloc(w_ioveclen, 1)) == 0) { in dotest()
335 val_iovec[i].iov_len = w_ioveclen; in dotest()
341 if ((zero_iovec[i].iov_base = calloc(w_ioveclen, 1)) == 0) { in dotest()
345 zero_iovec[i].iov_len = w_ioveclen; in dotest()
Dftest07.c297 int w_ioveclen; in dotest() local
312 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
332 if ((val_iovec[i].iov_base = calloc(w_ioveclen, 1)) == NULL) { in dotest()
336 val_iovec[i].iov_len = w_ioveclen; in dotest()
341 if ((zero_iovec[i].iov_base = calloc(w_ioveclen, 1)) == NULL) { in dotest()
344 zero_iovec[i].iov_len = w_ioveclen; in dotest()