Home
last modified time | relevance | path

Searched refs:sparse_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c182 const struct sparse sparse_file[] = { in is_sparse_supported_fiemap() local
195 create_sparse_file(testfile, sparse_file); in is_sparse_supported_fiemap()
238 const struct sparse sparse_file[] = { in is_sparse_supported() local
248 create_sparse_file(testfile, sparse_file); in is_sparse_supported()
662 const struct sparse sparse_file[] = { in DEFINE_TEST() local
693 verify_sparse_file(a, "file0", sparse_file, 1); in DEFINE_TEST()
/freebsd/tests/sys/fs/tarfs/
H A Dtarfs_test.sh70 atf_check test "${mnt}"/sparse_file -ef "${mnt}"/hard_link
71 atf_check test "${mnt}"/sparse_file -ef "${mnt}"/short_link
72 atf_check test "${mnt}"/sparse_file -ef "${mnt}"/long_link
73 atf_check -o inline:"${sum}\n" sha256 -q "${mnt}"/sparse_file
79 atf_check -o inline:"2,100644\n" stat -f%l,%p "${mnt}"/sparse_file