Searched refs:be_destroy_callback (Results 1 – 1 of 1) sorted by relevance
62 static int be_destroy_callback(zfs_handle_t *, void *);1514 if (be_destroy_callback(zhp, dd) != 0) { in _be_destroy()2536 be_destroy_callback(zfs_handle_t *zhp, void *data) in be_destroy_callback() function2545 if ((ret = zfs_iter_filesystems(zhp, be_destroy_callback, dd)) != 0) { in be_destroy_callback()2555 if ((ret = zfs_iter_snapshots(zhp, be_destroy_callback, dd)) in be_destroy_callback()