Searched refs:zfs_get_hole_count (Results 1 – 4 of 4) sorted by relevance
77 if (zfs_get_hole_count(fname, &lz_holes, &bs) != 0) { in print_list()
78 zfs_get_hole_count;
779 extern int zfs_get_hole_count(const char *, uint64_t *, uint64_t *);
1521 zfs_get_hole_count(const char *path, uint64_t *count, uint64_t *bs) { in zfs_get_hole_count() function