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