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.c229 int r_ioveclen; in dotest() local
246 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
253 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) { in dotest()
256 r_iovec[i].iov_len = r_ioveclen; in dotest()
Dftest08.c236 int r_ioveclen; in dotest() local
252 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
258 if ((r_iovec[i].iov_base = malloc(r_ioveclen)) == NULL) { in dotest()
261 r_iovec[i].iov_len = r_ioveclen; in dotest()
Dftest03.c292 int r_ioveclen; in dotest() local
312 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
318 if ((r_iovec[i].iov_base = calloc(r_ioveclen, 1)) == 0) { in dotest()
322 r_iovec[i].iov_len = r_ioveclen; in dotest()
Dftest07.c291 int r_ioveclen; in dotest() local
312 r_ioveclen = w_ioveclen = csize / MAXIOVCNT; in dotest()
319 if ((r_iovec[i].iov_base = calloc(r_ioveclen, 1)) == NULL) { in dotest()
323 r_iovec[i].iov_len = r_ioveclen; in dotest()