Searched defs:btree (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/md/bcache/ |
H A D | btree.h | 117 struct btree { struct 121 /* Key/pointer for this btree node */ argument 127 struct btree *parent; argument 135 struct btree_keys keys; argument 137 /* For outstanding btree writes, used as a lock - protects write_idx */ argument 144 struct btree_write writes[2]; argument 152 static inline bool btree_node_ ## flag(struct btree *b) \ argument
|
/openbmc/linux/fs/nilfs2/ |
H A D | btree.c | 58 static int nilfs_btree_get_new_block(const struct nilfs_bmap *btree, in nilfs_btree_get_new_block() 112 static int nilfs_btree_node_size(const struct nilfs_bmap *btree) in nilfs_btree_node_size() 117 static int nilfs_btree_nchildren_per_block(const struct nilfs_bmap *btree) in nilfs_btree_nchildren_per_block() 411 nilfs_btree_get_root(const struct nilfs_bmap *btree) in nilfs_btree_get_root() 428 static int nilfs_btree_height(const struct nilfs_bmap *btree) in nilfs_btree_height() 434 nilfs_btree_get_node(const struct nilfs_bmap *btree, in nilfs_btree_get_node() 450 static int nilfs_btree_bad_node(const struct nilfs_bmap *btree, in nilfs_btree_bad_node() 471 static int __nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in __nilfs_btree_get_block() 541 static int nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in nilfs_btree_get_block() 547 static int nilfs_btree_do_lookup(const struct nilfs_bmap *btree, in nilfs_btree_do_lookup() [all …]
|
/openbmc/linux/fs/hpfs/ |
H A D | anode.c | 15 struct bplus_header *btree, unsigned sec, in hpfs_bplus_lookup() 63 struct bplus_header *btree; in hpfs_add_sector_to_btree() local 274 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() 404 struct bplus_header *btree; in hpfs_truncate_btree() local
|
H A D | hpfs.h | 456 struct bplus_header btree; /* b+ tree, 8 extents or 12 subtrees */ member 498 struct bplus_header btree; /* b+tree, 40 extents or 60 subtrees */ member
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_da_btree.c | 656 struct xfs_da_node_entry *btree; in xfs_da3_root_split() local 1024 struct xfs_da_node_entry *btree; in xfs_da3_node_add() local 1401 struct xfs_da_node_entry *btree; in xfs_da3_fixhashpath() local 1456 struct xfs_da_node_entry *btree; in xfs_da3_node_remove() local 1591 struct xfs_da_node_entry *btree; in xfs_da3_node_lookup_int() local 1988 struct xfs_da_node_entry *btree; in xfs_da3_path_shift() local 2265 struct xfs_da_node_entry *btree; in xfs_da3_swap_lastblock() local
|
H A D | xfs_da_btree.h | 157 struct xfs_da_node_entry *btree; member
|
H A D | xfs_ag.c | 185 uint64_t btree = 0; in xfs_initialize_perag_data() local
|
/openbmc/linux/rust/alloc/collections/ |
H A D | mod.rs | 10 mod btree; module
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_attr_list.c | 210 struct xfs_da_node_entry *btree; in xfs_attr_node_list_lookup() local
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | dabtree.c | 319 struct xfs_da_node_entry *btree; in xchk_da_btree_block() local
|