Searched refs:zfs_hold_nvl (Results 1 – 3 of 3) sorted by relevance
619 extern int zfs_hold_nvl(zfs_handle_t *, int, nvlist_t *);
4481 ret = zfs_hold_nvl(zhp, cleanup_fd, ha.nvl); in zfs_hold()4488 zfs_hold_nvl(zfs_handle_t *zhp, int cleanup_fd, nvlist_t *holds) in zfs_hold_nvl() function
1877 err = zfs_hold_nvl(zhp, sdd.cleanup_fd, sdd.snapholds); in zfs_send()