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

/linux-master/fs/ubifs/
H A Dtnc_commit.c79 c->calc_idx_sz += ALIGN(len, 8);
491 c->calc_idx_sz += ALIGN(len, 8);
800 c->bi.old_idx_sz = c->calc_idx_sz;
807 dbg_cmt("size of index %llu", c->calc_idx_sz);
H A Dmaster.c383 c->calc_idx_sz = c->bi.old_idx_sz;
H A Dubifs.h1071 * @calc_idx_sz
1143 * @calc_idx_sz: temporary variable which is used to calculate new index size
1400 unsigned long long calc_idx_sz; member in struct:ubifs_info
H A Dtnc.c223 c->calc_idx_sz -= ALIGN(dirt, 8);
H A Ddebug.c643 pr_err("\tfreeable_cnt %d, calc_idx_sz %lld, idx_gc_cnt %d\n",
644 c->freeable_cnt, c->calc_idx_sz, c->idx_gc_cnt);

Completed in 142 milliseconds