Searched defs:btree (Results  1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/md/bcache/ | 
| D | btree.h | 117 struct btree {  struct121 	/* Key/pointer for this btree node */  argument
 129 	struct btree		*parent;  argument
 137 	struct btree_keys	keys;  argument
 139 	/* For outstanding btree writes, used as a lock - protects write_idx */  argument
 146 	struct btree_write	writes[2];  argument
 151 static inline bool btree_node_ ## flag(struct btree *b)			\  argument
 
 | 
| D | btree.c | 122 #define btree(fn, key, b, op, ...)					\  macro
 | 
| /Linux-v5.4/fs/nilfs2/ | 
| D | btree.c | 58 static int nilfs_btree_get_new_block(const struct nilfs_bmap *btree,  in nilfs_btree_get_new_block()111 static int nilfs_btree_node_size(const struct nilfs_bmap *btree)  in nilfs_btree_node_size()
 116 static int nilfs_btree_nchildren_per_block(const struct nilfs_bmap *btree)  in nilfs_btree_nchildren_per_block()
 409 nilfs_btree_get_root(const struct nilfs_bmap *btree)  in nilfs_btree_get_root()
 426 static int nilfs_btree_height(const struct nilfs_bmap *btree)  in nilfs_btree_height()
 432 nilfs_btree_get_node(const struct nilfs_bmap *btree,  in nilfs_btree_get_node()
 448 static int nilfs_btree_bad_node(const struct nilfs_bmap *btree,  in nilfs_btree_bad_node()
 469 static int __nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr,  in __nilfs_btree_get_block()
 529 static int nilfs_btree_get_block(const struct nilfs_bmap *btree, __u64 ptr,  in nilfs_btree_get_block()
 535 static int nilfs_btree_do_lookup(const struct nilfs_bmap *btree,  in nilfs_btree_do_lookup()
 [all …]
 
 | 
| /Linux-v5.4/fs/hpfs/ | 
| 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
 
 | 
| D | hpfs.h | 455   struct bplus_header btree;		/* b+ tree, 8 extents or 12 subtrees */  member497   struct bplus_header btree;		/* b+tree, 40 extents or 60 subtrees */  member
 
 | 
| /Linux-v5.4/fs/xfs/libxfs/ | 
| D | xfs_da_btree.c | 546 	struct xfs_da_node_entry *btree;  in xfs_da3_root_split()  local917 	struct xfs_da_node_entry *btree;  in xfs_da3_node_add()  local
 1085 	struct xfs_da_node_entry *btree;  in xfs_da3_root_join()  local
 1276 	struct xfs_da_node_entry *btree;  in xfs_da3_node_lasthash()  local
 1300 	struct xfs_da_node_entry *btree;  in xfs_da3_fixhashpath()  local
 1355 	struct xfs_da_node_entry *btree;  in xfs_da3_node_remove()  local
 1490 	struct xfs_da_node_entry *btree;  in xfs_da3_node_lookup_int()  local
 1883 	struct xfs_da_node_entry *btree;  in xfs_da3_path_shift()  local
 2182 	struct xfs_da_node_entry *btree;  in xfs_da3_swap_lastblock()  local
 
 | 
| D | xfs_sb.c | 860 	uint64_t	btree = 0;  in xfs_initialize_perag_data()  local
 | 
| D | xfs_attr_leaf.c | 1083 	struct xfs_da_node_entry *btree;  in xfs_attr3_leaf_to_node()  local
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_attr_inactive.c | 204 	struct xfs_da_node_entry *btree;  in xfs_attr3_node_inactive()  local
 | 
| D | xfs_attr_list.c | 203 	struct xfs_da_node_entry	*btree;  in xfs_attr_node_list_lookup()  local
 | 
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | dabtree.c | 334 	struct xfs_da_node_entry	*btree;  in xchk_da_btree_block()  local
 |