Searched refs:check_read (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio_aligned_block.ksh | 91 check_read $TESTPOOL $tmp_file $rs 1 0 "-d" 0 1 92 check_read $TESTPOOL $tmp_file $rs 2 0 "-d" 0 2 93 check_read $TESTPOOL $tmp_file $rs 4 0 "-d" 0 4 94 check_read $TESTPOOL $tmp_file $rs 8 0 "-d" 0 8 97 check_read $TESTPOOL $tmp_file $((rs * 2)) 1 0 "-d" 0 2 98 check_read $TESTPOOL $tmp_file $((rs * 2)) 1 1 "-d" 0 2 99 check_read $TESTPOOL $tmp_file $((rs * 2)) 1 2 "-d" 0 2 100 check_read $TESTPOOL $tmp_file $((rs * 2)) 1 3 "-d" 0 2 101 check_read $TESTPOOL $tmp_file $((rs * 4)) 1 0 "-d" 0 4 102 check_read $TESTPOOL $tmp_file $((rs * 4)) 1 1 "-d" 0 4 [all …]
|
H A D | dio_property.ksh | 82 check_read $TESTPOOL $tmp_file $rs $count 0 "" 0 $count 85 check_read $TESTPOOL $tmp_file $((rs / 2)) $((count * 2)) 0 "" 0 $((2 * count)) 88 check_read $TESTPOOL $tmp_file 512 $count 0 "" 1 0 107 check_read $TESTPOOL $tmp_file $rs $count 0 "-d" 0 0 123 check_read $TESTPOOL $tmp_file $rs $count 0 "" $count 0 125 check_read $TESTPOOL $tmp_file $rs $count 0 "-d" 0 $count
|
H A D | dio_grow_block.ksh | 81 check_read $TESTPOOL $tmp_file $bs 1 0 "-d" 0 1 82 check_read $TESTPOOL $tmp_file 4096 1 0 "-d" 0 1 83 check_read $TESTPOOL $tmp_file 4096 1 1 "-d" 0 1
|
H A D | dio.kshlib | 227 function check_read # pool file bs count skip flags buf_rd dio_rd 262 function check_read # pool file bs count skip flags buf_rd dio_rd global() function
|
/freebsd/tools/regression/security/open_to_operation/ |
H A D | open_to_operation.c | 855 check_read(const char *testname, read_fn fn, const char *path, in check_read() function 1200 check_read("check_read_dir", read, dir_path, dir_modes, in main() 1202 check_read("check_read_file", read, file_path, file_modes, in main() 1205 check_read("check_readv_dir", readv_wrapper, dir_path, dir_modes, in main() 1207 check_read("check_readv_file", readv_wrapper, file_path, in main() 1210 check_read("check_pread_dir", pread_wrapper, dir_path, dir_modes, in main() 1212 check_read("check_pread_file", pread_wrapper, file_path, in main() 1215 check_read("check_preadv_dir", preadv_wrapper, dir_path, in main() 1217 check_read("check_preadv_file", preadv_wrapper, file_path, in main() 1221 check_read("check_aio_read_dir", aio_read_wrapper, dir_path, in main() [all …]
|