Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_log_recover.h106 int ri_total; /* total regions */ member
/linux/fs/xfs/
H A Dxfs_log_recover.c2205 if (item->ri_total != 0 && in xlog_recover_add_to_trans()
2206 item->ri_total == item->ri_cnt) { in xlog_recover_add_to_trans()
2213 if (item->ri_total == 0) { /* first region to be added */ in xlog_recover_add_to_trans()
2224 item->ri_total = in_f->ilf_size; in xlog_recover_add_to_trans()
2225 item->ri_buf = kzalloc_objs(*item->ri_buf, item->ri_total, in xlog_recover_add_to_trans()
2229 if (item->ri_total <= item->ri_cnt) { in xlog_recover_add_to_trans()
2232 item->ri_cnt, item->ri_total); in xlog_recover_add_to_trans()
H A Dxfs_buf_item_recover.c544 ASSERT(i == item->ri_total); in xlog_recover_do_reg_buffer()