Searched defs:nr_right (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 176 uint32_t nr_right = le32_to_cpu(right->header.nr_entries); in shift() local 205 uint32_t nr_right = le32_to_cpu(right->header.nr_entries); in __rebalance2() local 269 delete_center_node(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) delete_center_node() argument 300 redistribute3(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) redistribute3() argument 356 uint32_t nr_right = le32_to_cpu(right->header.nr_entries); __rebalance3() local [all...] |
H A D | dm-btree.c | 540 unsigned nr_left, nr_right; in btree_split_sibling() local 568 size * nr_right); in btree_split_sibling() local 627 unsigned nr_left, nr_right; in btree_split_beneath() local [all...] |
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 196 uint32_t nr_right = le32_to_cpu(right->header.nr_entries); in shift() local 243 uint32_t nr_right = le32_to_cpu(right->header.nr_entries); in __rebalance2() local 311 delete_center_node(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) delete_center_node() argument 351 redistribute3(struct dm_btree_info *info, struct btree_node *parent, struct child *l, struct child *c, struct child *r, struct btree_node *left, struct btree_node *center, struct btree_node *right, uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) redistribute3() argument 427 uint32_t nr_right = le32_to_cpu(right->header.nr_entries); __rebalance3() local [all...] |
H A D | dm-btree.c | 556 unsigned int nr_right = le32_to_cpu(right->header.nr_entries); in redistribute2() local 587 unsigned int nr_right = le32_to_cpu(right->header.nr_entries); in redistribute3() local 842 unsigned int nr_left, nr_right; in btree_split_beneath() local [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 3247 int nr_right = btrfs_header_nritems(right); in check_sibling_keys() local
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 2785 int nr_right = btrfs_header_nritems(right); in check_sibling_keys() local
|
Completed in 16 milliseconds