Lines Matching defs:b

73 	struct btree			*b;  member
86 struct btree *b[BTREE_UPDATE_NODES_MAX]; member
143 struct btree *b; in bch2_foreground_maybe_merge_sibling() local
185 struct btree *b) in btree_update_reserve_required()
200 static inline void btree_node_reset_sib_u64s(struct btree *b) in btree_node_reset_sib_u64s()
206 static inline void *btree_data_end(struct btree *b) in btree_data_end()
211 static inline struct bkey_packed *unwritten_whiteouts_start(struct btree *b) in unwritten_whiteouts_start()
216 static inline struct bkey_packed *unwritten_whiteouts_end(struct btree *b) in unwritten_whiteouts_end()
221 static inline void *write_block(struct btree *b) in write_block()
226 static inline bool __btree_addr_written(struct btree *b, void *p) in __btree_addr_written()
231 static inline bool bset_written(struct btree *b, struct bset *i) in bset_written()
236 static inline bool bkey_written(struct btree *b, struct bkey_packed *k) in bkey_written()
241 static inline ssize_t __bch2_btree_u64s_remaining(struct btree *b, void *end) in __bch2_btree_u64s_remaining()
253 static inline size_t bch2_btree_keys_u64s_remaining(struct btree *b) in bch2_btree_keys_u64s_remaining()
268 static inline unsigned btree_write_set_buffer(struct btree *b) in btree_write_set_buffer()
277 static inline struct btree_node_entry *want_new_bset(struct bch_fs *c, struct btree *b) in want_new_bset()
297 static inline void push_whiteout(struct btree *b, struct bpos pos) in push_whiteout()
321 static inline bool bch2_btree_node_insert_fits(struct btree *b, unsigned u64s) in bch2_btree_node_insert_fits()