Searched refs:be_destroy_callback (Results 1 – 1 of 1) sorted by relevance
65 static int be_destroy_callback(zfs_handle_t *, void *);1591 if (be_destroy_callback(zhp, dd) != 0) { in _be_destroy()2621 be_destroy_callback(zfs_handle_t *zhp, void *data) in be_destroy_callback() function2630 if ((ret = zfs_iter_filesystems(zhp, be_destroy_callback, dd)) != 0) { in be_destroy_callback()2640 if ((ret = zfs_iter_snapshots(zhp, B_FALSE, be_destroy_callback, in be_destroy_callback()