Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/ftest/
Dftest04.c219 int r_ioveclen; in dotest() local
236 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
243 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) { in dotest()
246 r_iovec[i].iov_len = r_ioveclen; in dotest()
Dftest08.c232 int r_ioveclen; in dotest() local
248 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
254 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) { in dotest()
257 r_iovec[i].iov_len = r_ioveclen; in dotest()
Dftest03.c285 int r_ioveclen; in dotest() local
305 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
311 if ((r_iovec[i].iov_base = calloc(r_ioveclen, 1)) == 0) { in dotest()
315 r_iovec[i].iov_len = r_ioveclen; in dotest()
Dftest07.c285 int r_ioveclen; in dotest() local
306 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
313 if ((r_iovec[i].iov_base = calloc(r_ioveclen, 1)) == NULL) { in dotest()
317 r_iovec[i].iov_len = r_ioveclen; in dotest()