Lines Matching defs:old_lv
227 struct xfs_log_vec *old_lv,
240 * old_lv, then remove the space it accounts for and make it the shadow
244 if (!old_lv) {
248 } else if (old_lv != lv) {
251 *diff_len -= old_lv->lv_bytes;
252 *diff_iovecs -= old_lv->lv_niovecs;
253 lv->lv_item->li_lv_shadow = old_lv;
315 struct xfs_log_vec *old_lv = NULL;
336 old_lv = lip->li_lv;
374 xfs_cil_prepare_item(log, lv, old_lv, diff_len, diff_iovecs);