Lines Matching defs:b
63 struct btree *b; member
76 struct btree *b[BTREE_UPDATE_NODES_MAX]; member
131 struct btree *b; in bch2_foreground_maybe_merge_sibling() local
166 struct btree *b) in btree_update_reserve_required()
181 static inline void btree_node_reset_sib_u64s(struct btree *b) in btree_node_reset_sib_u64s()
187 static inline void *btree_data_end(struct btree *b) in btree_data_end()
192 static inline struct bkey_packed *unwritten_whiteouts_start(struct btree *b) in unwritten_whiteouts_start()
197 static inline struct bkey_packed *unwritten_whiteouts_end(struct btree *b) in unwritten_whiteouts_end()
202 static inline void *write_block(struct btree *b) in write_block()
207 static inline bool __btree_addr_written(struct btree *b, void *p) in __btree_addr_written()
212 static inline bool bset_written(struct btree *b, struct bset *i) in bset_written()
217 static inline bool bkey_written(struct btree *b, struct bkey_packed *k) in bkey_written()
222 static inline ssize_t __bch2_btree_u64s_remaining(struct btree *b, void *end) in __bch2_btree_u64s_remaining()
234 static inline size_t bch2_btree_keys_u64s_remaining(struct btree *b) in bch2_btree_keys_u64s_remaining()
249 static inline unsigned btree_write_set_buffer(struct btree *b) in btree_write_set_buffer()
258 static inline struct btree_node_entry *want_new_bset(struct bch_fs *c, struct btree *b) in want_new_bset()
278 static inline void push_whiteout(struct btree *b, struct bpos pos) in push_whiteout()
302 static inline bool bch2_btree_node_insert_fits(struct btree *b, unsigned u64s) in bch2_btree_node_insert_fits()