Searched refs:top_zfs (Results 1 – 1 of 1) sorted by relevance
3193 strcmp(top_zfs, fsname) != 0) { in recv_fix_encryption_hierarchy()3520 char **top_zfs, nvlist_t *cmdprops) in zfs_receive_package() argument4609 if (top_zfs != NULL && in zfs_receive_one()4610 (*top_zfs == NULL || strcmp(*top_zfs, name) == 0)) { in zfs_receive_one()4612 if (*top_zfs == NULL) in zfs_receive_one()4613 *top_zfs = zfs_strdup(hdl, name); in zfs_receive_one()5106 &zcksum, top_zfs, cmdprops)); in zfs_receive_impl()5121 char *top_zfs = NULL; in zfs_receive() local5155 zhp = zfs_open(hdl, top_zfs, in zfs_receive()5184 if (top_zfs) in zfs_receive()[all …]