Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.h17 char *lv_buf; /* formatted buffer */ member
72 ASSERT((void *)lv->lv_buf + lv->lv_bytes <= (void *)lv + lv->lv_size); in xlog_finish_iovec()
H A Dxfs_log_cil.c369 lv->lv_buf = (char *)lv + xlog_cil_iovec_space(niovecs); in xlog_cil_alloc_shadow_bufs()
505 lv->lv_buf = (char *)lv + in xlog_cil_insert_format_items()
518 ASSERT(IS_ALIGNED((unsigned long)lv->lv_buf, sizeof(uint64_t))); in xlog_cil_insert_format_items()
H A Dxfs_log.c118 vec->i_addr = lv->lv_buf + lv->lv_buf_len; in xlog_prepare_iovec()