Searched defs:sparse (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_sparse_basic.c | 63 struct sparse { struct 68 static void create_sparse_file(const char *, const struct sparse *); argument 330 const struct sparse *sparse, int expected_holes) in verify_sparse_file() 456 const struct sparse *sparse, int blocks, int preopen) in verify_sparse_file2()
|
H A D | test_write_disk_sparse.c | 35 verify_write_data(struct archive * a,int sparse) verify_write_data() argument 132 verify_write_data_block(struct archive * a,int sparse) verify_write_data_block() argument [all...] |
/freebsd/bin/cp/tests/ |
H A D | sparse.c | 23 sparse(const char *filename) in sparse() function
|
/freebsd/bin/dd/ |
H A D | dd.c | 545 int sparse; in dd_out() local
|
/freebsd/contrib/libarchive/tar/ |
H A D | write.c | 738 int64_t sparse = offset - progress; in copy_file_data_block() local
|
/freebsd/usr.sbin/makefs/ |
H A D | makefs.h | 162 int sparse; /* sparse image, don't fill it with zeros */ member
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_support_format_tar.c | 100 struct gnu_sparse sparse[4]; member 2988 struct gnu_sparse sparse[21]; in gnu_sparse_old_read() member 3020 const struct gnu_sparse *sparse, int length) in gnu_sparse_old_parse()
|
/freebsd/sys/dev/evdev/ |
H A D | evdev.c | 882 enum evdev_sparse_result sparse; in evdev_send_event() local
|
/freebsd/stand/libsa/ |
H A D | pkgfs.c | 96 } sparse[4]; member
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 454 boolean_t sparse = false; in tarfs_alloc_one() local
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 615 DoRegularFile(int fd, off_t dumpsize, u_int sectorsize, bool sparse, in DoRegularFile()
|
/freebsd/sys/kern/ |
H A D | vfs_vnops.c | 3345 bool cantseek, readzeros, eof, first, lastblock, holetoeof, sparse; in vn_generic_copy_file_range() local
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | fileio.c | 446 void FIO_setSparseWrite(FIO_prefs_t* const prefs, unsigned sparse) { prefs->sparseFileSupport = spa… in FIO_setSparseWrite()
|