Searched refs:lbytes (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/reiserfs/ |
A D | do_balan.c | 215 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 220 tb->rbytes, tb->lbytes); in balance_leaf_when_delete_left() 327 if (tb->lbytes > tb->zeroes_num) { in balance_leaf_insert_left() 331 tb->zeroes_num -= tb->lbytes; in balance_leaf_insert_left() 362 if (tb->lbytes > tb->pos_in_item) { in balance_leaf_paste_left_shift_dirent() 375 (tb->lbytes - 1); in balance_leaf_paste_left_shift_dirent() 410 tb->pos_in_item -= tb->lbytes; in balance_leaf_paste_left_shift_dirent() 427 RFALSE(tb->lbytes <= 0, in balance_leaf_paste_left_shift() 429 "lbytes=%d", tb->lbytes); in balance_leaf_paste_left_shift() 436 if (tb->lbytes >= tb->pos_in_item) { in balance_leaf_paste_left_shift() [all …]
|
A D | fix_node.c | 214 tb->lbytes = -1; in check_left() 231 tb->lbytes = -1; in check_left() 260 tb->lbytes = -1; in check_left() 266 if (tb->lbytes != -1) in check_left() 638 tb->lbytes = lb; in set_parameters() 686 if (tb->lbytes + tb->rbytes >= size) { in is_leaf_removable() 688 tb->lbytes, -1); in is_leaf_removable() 772 tb->lbytes, -1);\ 1560 tb->lbytes, 0, -1, in ip_check_balance() 1620 tb->lbytes, in ip_check_balance() [all …]
|
A D | procfs.c | 182 SFPL(lbytes), in show_per_level()
|
A D | prints.c | 693 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
|
A D | reiserfs.h | 473 long int lbytes[5]; /* XXX */ member 2485 int lbytes; member
|
/linux-6.3-rc2/drivers/crypto/ccree/ |
A D | cc_buffer_mgr.c | 75 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()
|
Completed in 29 milliseconds