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

/linux-master/fs/reiserfs/
H A Ddo_balan.c440 int ret, l_n, version, temp_l; local
449 l_n = tb->lbytes - tb->pos_in_item;
452 tb->insert_size[0] -= l_n;
466 ih_item_len(tbL0_ih), l_n, body,
467 min_t(int, l_n, tb->zeroes_num));
471 * when l_n != 0
473 temp_l = l_n;
483 temp_l = l_n << shift;
497 if (l_n > tb->zeroes_num) {
498 body_shift_bytes = l_n
[all...]

Completed in 140 milliseconds