Searched refs:snap_count (Results 1 – 6 of 6) sorted by relevance
90 snap_count=$(zfs list -t snapshot | grep -c $TESTPOOL)91 log_note "$snap_count snapshots created by ZCP"93 log_mustnot [ "$snap_count" -eq 0 ]94 log_mustnot [ "$snap_count" -gt 90 ]
52 typeset snap_count=582 for ((i = 1; i <= $snap_count; i++)); do94 log_must eval "zfs send -wR $TESTPOOL/$TESTVOL@snap$snap_count > $sendfile"
343 uint64_t snap_count = 0; in check_filesystem() local347 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count); in check_filesystem()355 if (snap_count == 0) { in check_filesystem()361 uint64_t *snap_obj_array = kmem_zalloc(snap_count * sizeof (uint64_t), in check_filesystem()441 for (int i = 0; i < snap_count; i++) { in check_filesystem()461 kmem_free(snap_obj_array, snap_count * sizeof (*snap_obj_array)); in check_filesystem()
4260 uint64_t snap_count = 0; in scrub_filesystem() local4264 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count); in scrub_filesystem()4272 if (snap_count == 0) { in scrub_filesystem()
747 uint64_t snap_count; variable750 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count);755 stat->nlink += snap_count;
1110 uint64_t snap_count; in zfsctl_snapdir_getattr() local1122 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count); in zfsctl_snapdir_getattr()1127 vap->va_nlink += snap_count; in zfsctl_snapdir_getattr()