Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log.h18 int lv_bytes; /* accounted space in buffer */ member
68 lv->lv_bytes += len; in xlog_finish_iovec()
72 ASSERT((void *)lv->lv_buf + lv->lv_bytes <= (void *)lv + lv->lv_size); in xlog_finish_iovec()
H A Dxfs_log_cil.c362 lv->lv_bytes = 0; in xlog_cil_alloc_shadow_bufs()
387 *diff_len += lv->lv_bytes; in xfs_cil_prepare_item()
403 *diff_len -= old_lv->lv_bytes; in xfs_cil_prepare_item()
497 *diff_len -= lv->lv_bytes; in xlog_cil_insert_format_items()
504 lv->lv_bytes = 0; in xlog_cil_insert_format_items()
1024 lvhdr->lv_bytes = hdr->lhdr[0].i_len + hdr->lhdr[1].i_len; in xlog_cil_build_trans_hdr()
1026 tic->t_curr_res -= lvhdr->lv_bytes; in xlog_cil_build_trans_hdr()
1083 *num_bytes += lv->lv_bytes; in xlog_cil_build_lv_chain()
1255 num_bytes += lvhdr.lv_bytes; in xlog_cil_push_work()
1535 len += ilip->li_lv->lv_bytes; in xlog_cil_process_intents()
H A Dxfs_log.c2194 xfs_warn(mp, " bytes = %d", lv->lv_bytes); in xlog_print_trans()
2519 lv->lv_bytes > iclog->ic_size - log_offset) { in xlog_write()