Home
last modified time | relevance | path

Searched refs:origrecvd (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_ioctl.c4827 nvlist_t *origrecvd = NULL; /* existing received properties */ in zfs_ioc_recv_impl() local
4864 if (dsl_prop_get_received(tofs, &origrecvd) == 0) { in zfs_ioc_recv_impl()
4875 props_reduce(recvprops, origrecvd); in zfs_ioc_recv_impl()
4876 if (zfs_check_clearable(tofs, origrecvd, &errlist) != 0) in zfs_ioc_recv_impl()
4880 if (clear_received_props(tofs, origrecvd, in zfs_ioc_recv_impl()
5040 if (origrecvd == NULL && !drc.drc_newfs) { in zfs_ioc_recv_impl()
5051 if (origrecvd != NULL && in zfs_ioc_recv_impl()
5054 origrecvd, NULL) != 0) { in zfs_ioc_recv_impl()
5119 nvlist_free(origrecvd); in zfs_ioc_recv_impl()