Home
last modified time | relevance | path

Searched defs:sparse (Results 1 – 13 of 13) sorted by last modified time

/freebsd/sys/kern/
H A Dvfs_vnops.c3345 bool cantseek, readzeros, eof, first, lastblock, holetoeof, sparse; in vn_generic_copy_file_range() local
/freebsd/contrib/libarchive/tar/
H A Dwrite.c754 int64_t sparse = offset - progress; in copy_file_data_block() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_sparse.c34 verify_write_data(struct archive *a, int sparse) in verify_write_data()
131 verify_write_data_block(struct archive *a, int sparse) in verify_write_data_block()
H A Dtest_sparse_basic.c63 struct sparse { struct
68 static void create_sparse_file(const char *, const struct sparse *); argument
327 const struct sparse *sparse, int expected_holes) in verify_sparse_file()
453 const struct sparse *sparse, int blocks, int preopen) in verify_sparse_file2()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_tar.c100 struct gnu_sparse sparse[4]; member
2349 struct gnu_sparse sparse[21]; in gnu_sparse_old_read() member
2383 const struct gnu_sparse *sparse, int length) in gnu_sparse_old_parse()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vfsops.c454 boolean_t sparse = false; in tarfs_alloc_one() local
/freebsd/sbin/savecore/
H A Dsavecore.c612 DoRegularFile(int fd, off_t dumpsize, u_int sectorsize, bool sparse, in DoRegularFile()
/freebsd/stand/libsa/
H A Dpkgfs.c96 } sparse[4]; member
/freebsd/bin/dd/
H A Ddd.c545 int sparse; in dd_out() local
/freebsd/usr.sbin/makefs/
H A Dmakefs.h162 int sparse; /* sparse image, don't fill it with zeros */ member
/freebsd/sys/dev/evdev/
H A Devdev.c882 enum evdev_sparse_result sparse; in evdev_send_event() local
/freebsd/bin/cp/tests/
H A Dsparse.c23 sparse(const char *filename) in sparse() function
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c446 void FIO_setSparseWrite(FIO_prefs_t* const prefs, unsigned sparse) { prefs->sparseFileSupport = spa… in FIO_setSparseWrite()