Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log.h26 char *lv_buf; /* formatted buffer */ member
48 vec->i_addr = lv->lv_buf + lv->lv_buf_len; in xlog_prepare_iovec()
Dxfs_log_cil.c260 lv->lv_buf = (char *)lv + buf_size - nbytes; in xlog_cil_insert_format_items()
261 ASSERT(IS_ALIGNED((unsigned long)lv->lv_buf, sizeof(uint64_t))); in xlog_cil_insert_format_items()