Home
last modified time | relevance | path

Searched refs:check_write (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_aligned_block.ksh63 check_write $TESTPOOL $tmp_file $rs 1 0 "-D" 0 1
64 check_write $TESTPOOL $tmp_file $rs 2 0 "-D" 0 2
65 check_write $TESTPOOL $tmp_file $rs 4 0 "-D" 0 4
66 check_write $TESTPOOL $tmp_file $rs 8 0 "-D" 0 8
69 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 0 "-D" 0 2
70 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 1 "-D" 0 2
71 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 2 "-D" 0 2
72 check_write $TESTPOOL $tmp_file $((rs * 2)) 1 3 "-D" 0 2
73 check_write $TESTPOOL $tmp_file $((rs * 4)) 1 0 "-D" 0 4
74 check_write $TESTPOOL $tmp_file $((rs * 4)) 1 1 "-D" 0 4
[all …]
H A Ddio_property.ksh69 check_write $TESTPOOL $tmp_file $rs $count 0 "" 1 $((count - 1))
72 check_write $TESTPOOL $tmp_file $rs $count 0 "" 0 $count
75 check_write $TESTPOOL $tmp_file $((rs / 2)) $((2 * count)) 0 "" $((2 * count)) 0
78 check_write $TESTPOOL $tmp_file 512 $count 0 "" $count 0
101 check_write $TESTPOOL $tmp_file $rs $count 0 "-D" $count 0
104 check_write $TESTPOOL $tmp_file $rs $count 0 "-D" $count 0
118 check_write $TESTPOOL $tmp_file $rs $count 0 "" $count 0
119 check_write $TESTPOOL $tmp_file $rs $count 0 "-D" 0 $count
H A Ddio_grow_block.ksh65 check_write $TESTPOOL $tmp_file $bs 1 0 "-D" 1 0
69 check_write $TESTPOOL $tmp_file 4096 1 0 "-D" 1 0
70 check_write $TESTPOOL $tmp_file 4096 1 1 "-D" 1 0
74 check_write $TESTPOOL $tmp_file $bs 1 0 "-D" 0 1
H A Ddio.kshlib186 function check_write # pool file bs count seek flags buf_wr dio_wr
213 function check_write # pool file bs count seek flags buf_wr dio_wr global() function
/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c769 check_write(const char *testname, write_fn fn, const char *path, in check_write() function
1173 check_write("check_write_dir", write, dir_path, dir_modes, in main()
1175 check_write("check_write_file", write, file_path, file_modes, in main()
1178 check_write("check_writev_dir", writev_wrapper, dir_path, dir_modes, in main()
1180 check_write("check_writev_file", writev_wrapper, file_path, in main()
1183 check_write("check_pwrite_dir", pwrite_wrapper, dir_path, dir_modes, in main()
1185 check_write("check_pwrite_file", pwrite_wrapper, file_path, in main()
1188 check_write("check_pwritev_dir", pwritev_wrapper, dir_path, in main()
1190 check_write("check_pwritev_file", pwritev_wrapper, file_path, in main()
1194 check_write("check_aio_write_dir", aio_write_wrapper, in main()
[all …]
/freebsd/contrib/bmake/
H A Dmeta.c1344 goto check_write; in meta_oodate()
1366 check_write: in meta_oodate()