Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_log_recover.h41 int ri_total; /* total regions */ member
/linux-4.1.27/fs/xfs/
Dxfs_log_recover.c2239 ASSERT(i == item->ri_total); in xlog_recover_do_reg_buffer()
3452 if (item->ri_total != 0 && in xlog_recover_add_to_trans()
3453 item->ri_total == item->ri_cnt) { in xlog_recover_add_to_trans()
3460 if (item->ri_total == 0) { /* first region to be added */ in xlog_recover_add_to_trans()
3471 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()
3473 kmem_zalloc(item->ri_total * sizeof(xfs_log_iovec_t), in xlog_recover_add_to_trans()
3476 ASSERT(item->ri_total > item->ri_cnt); in xlog_recover_add_to_trans()
Dxfs_trace.h1931 __entry->total = item->ri_total;