Home
last modified time | relevance | path

Searched defs:btree (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/md/bcache/
H A Dbtree.h117 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
/linux/fs/hpfs/
H A Danode.c15 struct bplus_header *btree, unsigned sec, in hpfs_bplus_lookup()
63 struct bplus_header *btree; in hpfs_add_sector_to_btree() local
275 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree()
405 struct bplus_header *btree; in hpfs_truncate_btree() local
H A Dhpfs.h474 struct bplus_header_fixed btree; /* b+ tree, 8 extents or 12 subtrees */ member
516 struct bplus_header_fixed btree; /* b+tree, 40 extents or 60 subtrees */ member
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h159 struct xfs_da_node_entry *btree; member