Home
last modified time | relevance | path

Searched defs:nr_right (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/persistent-data/
H A Ddm-btree-remove.c196 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
314 uint32_t nr_left, uint32_t nr_center, uint32_t nr_right) in delete_center_node() argument
354 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 Ddm-btree.c556 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...]
/linux/fs/btrfs/
H A Dctree.c2651 int nr_right = btrfs_header_nritems(right); in check_sibling_keys() local