/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | do_balan.c | 212 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 213 "PAP-12055: bad rbytes (%d)/lbytes (%d) " 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() 218 "PAP-12060: bad rbytes (%d)/lbytes (%d) " 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 << shif in balance_leaf_insert_left() [all...] |
H 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() 265 tb->lbytes = op_check_left(vi, cur_free, 0, 0); in check_left() 266 if (tb->lbytes != -1) in check_left() 613 * lbytes number of bytes which flow to the left neighbor from the 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 in is_leaf_removable() [all...] |
H A D | procfs.c | 149 " lbytes" in show_per_level() 182 SFPL(lbytes), in show_per_level()
|
H A D | prints.c | 693 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
|
H A D | reiserfs.h | 475 long int lbytes[5]; /* XXX */ member 2487 int lbytes; member
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | do_balan.c | 212 (tb->lbytes != -1 || tb->rbytes != -1), in balance_leaf_when_delete_left() 213 "PAP-12055: bad rbytes (%d)/lbytes (%d) " 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() 218 "PAP-12060: bad rbytes (%d)/lbytes (%d) " 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 << shif in balance_leaf_insert_left() [all...] |
H 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() 265 tb->lbytes = op_check_left(vi, cur_free, 0, 0); in check_left() 266 if (tb->lbytes != -1) in check_left() 613 * lbytes number of bytes which flow to the left neighbor from the 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 in is_leaf_removable() [all...] |
H A D | procfs.c | 149 " lbytes" in show_per_level() 182 SFPL(lbytes), in show_per_level()
|
H A D | prints.c | 693 tb->insert_size[0], tb->lnum[0], tb->lbytes, tb->rnum[0], in store_print_tb()
|
H A D | reiserfs.h | 472 long int lbytes[5]; /* XXX */ member 2484 int lbytes; member
|
/kernel/linux/linux-5.10/drivers/crypto/ccree/ |
H A D | cc_buffer_mgr.c | 68 * @lbytes: [OUT] Returns the amount of bytes at the last entry 75 unsigned int nbytes, u32 *lbytes) in cc_get_sgl_nents() 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() 263 *lbytes = 0; in cc_map_sg() 268 *nents = cc_get_sgl_nents(dev, sg, nbytes, lbytes); in cc_map_sg() 73 cc_get_sgl_nents(struct device *dev, struct scatterlist *sg_list, unsigned int nbytes, u32 *lbytes) cc_get_sgl_nents() argument 255 cc_map_sg(struct device *dev, struct scatterlist *sg, unsigned int nbytes, int direction, u32 *nents, u32 max_sg_nents, u32 *lbytes, u32 *mapped_nents) cc_map_sg() argument
|
/kernel/linux/linux-6.6/drivers/crypto/ccree/ |
H A D | cc_buffer_mgr.c | 68 * @lbytes: [OUT] Returns the amount of bytes at the last entry 75 unsigned int nbytes, u32 *lbytes) in cc_get_sgl_nents() 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() 263 *lbytes = 0; in cc_map_sg() 268 *nents = cc_get_sgl_nents(dev, sg, nbytes, lbytes); in cc_map_sg() 73 cc_get_sgl_nents(struct device *dev, struct scatterlist *sg_list, unsigned int nbytes, u32 *lbytes) cc_get_sgl_nents() argument 255 cc_map_sg(struct device *dev, struct scatterlist *sg, unsigned int nbytes, int direction, u32 *nents, u32 max_sg_nents, u32 *lbytes, u32 *mapped_nents) cc_map_sg() argument
|