Searched refs:snap_count (Results 1 – 6 of 6) sorted by relevance
89 snap_count=$(zfs list -t snapshot | grep -c $TESTPOOL)90 log_note "$snap_count snapshots created by ZCP"92 log_mustnot [ "$snap_count" -eq 0 ]93 log_mustnot [ "$snap_count" -gt 90 ]
55 typeset snap_count=585 for ((i = 1; i <= $snap_count; i++)); do97 log_must eval "zfs send -wR $TESTPOOL/$TESTVOL@snap$snap_count > $sendfile"
423 uint64_t snap_count; in zpl_snapdir_getattr_impl() local426 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count); in zpl_snapdir_getattr_impl()431 stat->nlink += snap_count; in zpl_snapdir_getattr_impl()
352 uint64_t snap_count = 0; in check_filesystem() local356 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count); in check_filesystem()364 if (snap_count == 0) { in check_filesystem()370 uint64_t *snap_obj_array = kmem_zalloc(snap_count * sizeof (uint64_t), in check_filesystem()450 for (int i = 0; i < snap_count; i++) { in check_filesystem()
4076 uint64_t snap_count = 0; in scrub_filesystem() local4080 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count); in scrub_filesystem()4088 if (snap_count == 0) { in scrub_filesystem()
1118 uint64_t snap_count; in zfsctl_snapdir_getattr() local1130 dsl_dataset_phys(ds)->ds_snapnames_zapobj, &snap_count); in zfsctl_snapdir_getattr()1135 vap->va_nlink += snap_count; in zfsctl_snapdir_getattr()