Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_log_recover.h29 int ri_total; /* total regions */ member
/Linux-v4.19/fs/xfs/
Dxfs_log_recover.c2722 ASSERT(i == item->ri_total); in xlog_recover_do_reg_buffer()
4349 if (item->ri_total != 0 && in xlog_recover_add_to_trans()
4350 item->ri_total == item->ri_cnt) { in xlog_recover_add_to_trans()
4357 if (item->ri_total == 0) { /* first region to be added */ in xlog_recover_add_to_trans()
4368 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()
4370 kmem_zalloc(item->ri_total * sizeof(xfs_log_iovec_t), in xlog_recover_add_to_trans()
4373 ASSERT(item->ri_total > item->ri_cnt); in xlog_recover_add_to_trans()
Dxfs_trace.h1994 __entry->total = item->ri_total;