Searched refs:ri_total (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_log_recover.h98 int ri_total; /* total regions */ member in struct:xlog_recover_item
/linux-master/fs/xfs/
H A Dxfs_log_recover.c2171 if (item->ri_total != 0 &&
2172 item->ri_total == item->ri_cnt) {
2179 if (item->ri_total == 0) { /* first region to be added */
2190 item->ri_total = in_f->ilf_size;
2191 item->ri_buf = kzalloc(item->ri_total * sizeof(xfs_log_iovec_t),
2195 if (item->ri_total <= item->ri_cnt) {
2198 item->ri_cnt, item->ri_total);
H A Dxfs_buf_item_recover.c524 ASSERT(i == item->ri_total);
H A Dxfs_trace.h2270 __entry->total = item->ri_total;

Completed in 169 milliseconds