Searched defs:btree (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/fs/nilfs2/ |
D | btree.c | 69 static int nilfs_btree_get_new_block(const struct nilfs_bmap *btree, in nilfs_btree_get_new_block() 122 static int nilfs_btree_node_size(const struct nilfs_bmap *btree) in nilfs_btree_node_size() 127 static int nilfs_btree_nchildren_per_block(const struct nilfs_bmap *btree) in nilfs_btree_nchildren_per_block() 386 nilfs_btree_get_root(const struct nilfs_bmap *btree) in nilfs_btree_get_root() 403 static int nilfs_btree_height(const struct nilfs_bmap *btree) in nilfs_btree_height() 409 nilfs_btree_get_node(const struct nilfs_bmap *btree, in nilfs_btree_get_node() 444 static int __nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in __nilfs_btree_get_block() 499 static int nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr, in nilfs_btree_get_block() 505 static int nilfs_btree_do_lookup(const struct nilfs_bmap *btree, in nilfs_btree_do_lookup() 567 static int nilfs_btree_do_lookup_last(const struct nilfs_bmap *btree, in nilfs_btree_do_lookup_last() [all …]
|
/linux-2.6.39/fs/hpfs/ |
D | anode.c | 14 struct bplus_header *btree, unsigned sec, in hpfs_bplus_lookup() 62 struct bplus_header *btree; in hpfs_add_sector_to_btree() local 268 void hpfs_remove_btree(struct super_block *s, struct bplus_header *btree) in hpfs_remove_btree() 398 struct bplus_header *btree; in hpfs_truncate_btree() local
|
D | hpfs.h | 474 struct bplus_header btree; /* b+ tree, 8 extents or 12 subtrees */ member 506 struct bplus_header btree; /* b+tree, 40 extents or 60 subtrees */ member
|
/linux-2.6.39/fs/xfs/ |
D | xfs_da_btree.c | 577 xfs_da_node_entry_t *btree; in xfs_da_node_add() local 889 xfs_da_node_entry_t *btree; in xfs_da_fixhashpath() local 934 xfs_da_node_entry_t *btree; in xfs_da_node_remove() local 976 xfs_da_node_entry_t *btree; in xfs_da_node_unbalance() local 1048 xfs_da_node_entry_t *btree; in xfs_da_node_lookup_int() local
|
D | xfs_da_btree.h | 70 } btree[1]; /* variable sized array of keys */ member
|
D | xfs_attr.c | 1801 xfs_da_node_entry_t *btree; in xfs_attr_node_list() local
|
D | xfs_mount.c | 812 uint64_t btree = 0; in xfs_initialize_perag_data() local
|