Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_log_recover.h29 int ri_total; /* total regions */ member
/Linux-v5.4/fs/xfs/
Dxfs_log_recover.c2647 ASSERT(i == item->ri_total); in xlog_recover_do_reg_buffer()
4272 if (item->ri_total != 0 && in xlog_recover_add_to_trans()
4273 item->ri_total == item->ri_cnt) { in xlog_recover_add_to_trans()
4280 if (item->ri_total == 0) { /* first region to be added */ in xlog_recover_add_to_trans()
4291 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()
4293 kmem_zalloc(item->ri_total * sizeof(xfs_log_iovec_t), in xlog_recover_add_to_trans()
4296 ASSERT(item->ri_total > item->ri_cnt); in xlog_recover_add_to_trans()
Dxfs_trace.h2012 __entry->total = item->ri_total;