Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c343 lv->lv_buf_used = XFS_LOG_VEC_ORDERED; in xlog_cil_alloc_shadow_bufs()
351 lv->lv_buf_used = XFS_LOG_VEC_ORDERED; in xlog_cil_alloc_shadow_bufs()
353 lv->lv_buf_used = 0; in xlog_cil_alloc_shadow_bufs()
378 if (lv->lv_buf_used != XFS_LOG_VEC_ORDERED) in xfs_cil_prepare_item()
393 ASSERT(lv->lv_buf_used != XFS_LOG_VEC_ORDERED); in xfs_cil_prepare_item()
447 len = lv->lv_buf_used + sizeof(struct xlog_op_header); in xlog_format_start()
449 lv->lv_buf_used = round_up(len, sizeof(uint64_t)) - in xlog_format_start()
454 vec->i_addr = lv->lv_buf + lv->lv_buf_used; in xlog_format_start()
497 lv->lv_buf_used += len; in xlog_format_commit()
563 if (shadow->lv_buf_used == XFS_LOG_VEC_ORDERED) { in xlog_cil_insert_format_items()
[all …]
H A Dxfs_log_priv.h30 int lv_buf_used; /* buffer space used so far */ member
H A Dxfs_log.c1890 xfs_warn(mp, " buf used= %d", lv->lv_buf_used); in xlog_print_trans()