Searched refs:lsrc (Results 1 – 1 of 1) sorted by relevance
1116 struct lv copy, *ldst, *lsrc; in swap_volume() local1121 lsrc = lvs + src; in swap_volume()1125 memcpy(ldst, lsrc, sizeof(*ldst)); in swap_volume()1126 memcpy(lsrc, ©, sizeof(copy)); in swap_volume()
Completed in 6 milliseconds