Searched refs:chopprefix (Results 1 – 1 of 1) sorted by relevance
4092 const char *chopprefix; in zfs_receive_one() local4207 chopprefix = strrchr(sendfs, '/'); in zfs_receive_one()4209 if (chopprefix == NULL) { in zfs_receive_one()4218 chopprefix = cp; in zfs_receive_one()4220 chopprefix = drrb->drr_toname + (chopprefix - sendfs); in zfs_receive_one()4235 chopprefix = strchr(drrb->drr_toname, '/'); in zfs_receive_one()4236 if (chopprefix == NULL) in zfs_receive_one()4237 chopprefix = strchr(drrb->drr_toname, '@'); in zfs_receive_one()4243 chopprefix = drrb->drr_toname + strlen(sendfs); in zfs_receive_one()4260 ASSERT(chopprefix[0] == '/' || chopprefix[0] == '@' || in zfs_receive_one()[all …]