Home
last modified time | relevance | path

Searched refs:lbytes (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Ddo_balan.c212 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete_left()
215 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left()
217 (tb->lbytes < 1 || tb->rbytes != -1), in balance_leaf_when_delete_left()
220 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left()
222 leaf_shift_left(tb, tb->lnum[0], tb->lbytes); in balance_leaf_when_delete_left()
295 if (tb->item_pos == tb->lnum[0] - 1 && tb->lbytes != -1) { in balance_leaf_insert_left()
302 new_item_len = ih_item_len(ih) - tb->lbytes; in balance_leaf_insert_left()
324 add_le_ih_k_offset(ih, tb->lbytes << shift); in balance_leaf_insert_left()
327 if (tb->lbytes > tb->zeroes_num) { in balance_leaf_insert_left()
328 body_shift_bytes = tb->lbytes - tb->zeroes_num; in balance_leaf_insert_left()
[all …]
Dfix_node.c214 tb->lbytes = -1; in check_left()
231 tb->lbytes = -1; in check_left()
260 tb->lbytes = -1; in check_left()
265 tb->lbytes = op_check_left(vi, cur_free, 0, 0); in check_left()
266 if (tb->lbytes != -1) in check_left()
638 tb->lbytes = lb; in set_parameters()
644 PROC_INFO_ADD(tb->tb_sb, lbytes[h], lb); in set_parameters()
663 to_left = tb->lnum[0] - ((tb->lbytes != -1) ? 1 : 0); in is_leaf_removable()
678 if (remain_items > 1 || tb->lbytes == -1 || tb->rbytes == -1) in is_leaf_removable()
686 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable()
[all …]
Dprocfs.c182 SFPL(lbytes), in show_per_level()
Dprints.c693 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
Dreiserfs.h473 long int lbytes[5]; /* XXX */ member
2485 int lbytes; member
/linux-6.1.9/drivers/crypto/ccree/
Dcc_buffer_mgr.c75 unsigned int nbytes, u32 *lbytes) in cc_get_sgl_nents() argument
79 *lbytes = 0; in cc_get_sgl_nents()
84 *lbytes = nbytes; in cc_get_sgl_nents()
90 dev_dbg(dev, "nents %d last bytes %d\n", nents, *lbytes); in cc_get_sgl_nents()
257 u32 max_sg_nents, u32 *lbytes, u32 *mapped_nents) in cc_map_sg() argument
263 *lbytes = 0; in cc_map_sg()
268 *nents = cc_get_sgl_nents(dev, sg, nbytes, lbytes); in cc_map_sg()