Searched refs:be_unmount_callback (Results 1 – 1 of 1) sorted by relevance
63 static int be_unmount_callback(zfs_handle_t *, void *);533 if ((zret = zfs_iter_filesystems(zhp, be_unmount_callback, in _be_unmount()1294 be_unmount_callback(zfs_handle_t *zhp, void *data) in be_unmount_callback() function1305 if (zfs_iter_filesystems(zhp, be_unmount_callback, ud)) { in be_unmount_callback()2663 if ((ret = zfs_iter_filesystems(zone_zhp, be_unmount_callback, in be_unmount_one_zone()