Home
last modified time | relevance | path

Searched refs:min_byte (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/
Ddoio.c2085 int min_byte, max_byte; in do_listio() local
2166 lio->r_nbytes, &min_byte, &max_byte); in do_listio()
2169 min_byte, (max_byte - min_byte + 1)) < 0) { in do_listio()
2173 lio->r_nstrides, lio->r_nbytes, min_byte, in do_listio()
2320 min_byte, (max_byte - min_byte + 1)) < 0) { in do_listio()
3062 int min_byte, max_byte; in do_rw() local
3248 (*sy->sy_buffer) (req, offset, 0, &min_byte, &max_byte); in do_rw()
3250 min_byte = offset; in do_rw()
3255 min_byte, (max_byte - min_byte + 1)) < 0) { in do_rw()
3261 offset, min_byte, max_byte); in do_rw()
[all …]
/external/ltp/include/old/
Dtlibio.h121 int bytes_per_stride, int *min_byte, int *max_byte);
/external/ltp/lib/
Dtlibio.c218 int nbytes, min_byte, max_byte; in stride_bounds() local
242 min_byte = max_byte - nbytes + 1; in stride_bounds()
244 min_byte = offset; in stride_bounds()
245 max_byte = min_byte + nbytes - 1; in stride_bounds()
249 *min = min_byte; in stride_bounds()