Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c326 alloc_size > lip->li_lv_shadow->lv_alloc_size) { in xlog_cil_alloc_shadow_bufs()
341 lv->lv_alloc_size = alloc_size; in xlog_cil_alloc_shadow_bufs()
503 (void *)lv + lv->lv_alloc_size); in xlog_format_commit()
568 ASSERT(shadow->lv_alloc_size == lv->lv_alloc_size); in xlog_cil_insert_format_items()
578 if (lv && shadow->lv_alloc_size <= lv->lv_alloc_size) { in xlog_cil_insert_format_items()
H A Dxfs_log_priv.h31 int lv_alloc_size; /* size of allocated lv */ member
H A Dxfs_log.c1865 xfs_warn(mp, " alloc_size = %d", lv->lv_alloc_size); in xlog_print_trans()