Searched refs:uncommitted_idx (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/ubifs/
H A Dbudget.c168 idx_size = c->bi.old_idx_sz + c->bi.idx_growth + c->bi.uncommitted_idx;
508 * from @c->bi.idx_growth to @c->bi.uncommitted_idx. The latter will be zeroed
543 c->bi.uncommitted_idx += req->idx_growth;
H A Dreplay.c1235 * UBIFS budgeting calculations use @c->bi.uncommitted_idx variable
1240 c->bi.uncommitted_idx = atomic_long_read(&c->dirty_zn_cnt);
1241 c->bi.uncommitted_idx *= c->max_idx_node_sz;
H A Dtnc_commit.c801 c->bi.uncommitted_idx = 0;
H A Dubifs.h974 * @uncommitted_idx: amount of bytes were budgeted for growth of the index, but
992 long long uncommitted_idx; member in struct:ubifs_budg_info
H A Ddebug.c627 pr_err("\tmin_idx_lebs %d, old_idx_sz %llu, uncommitted_idx %lld\n",
628 bi->min_idx_lebs, bi->old_idx_sz, bi->uncommitted_idx);

Completed in 107 milliseconds