Searched refs:bbpos (Results 1 – 12 of 12) sorted by relevance
| /fs/bcachefs/ |
| A D | bbpos.h | 9 static inline int bbpos_cmp(struct bbpos l, struct bbpos r) in bbpos_cmp() 14 static inline struct bbpos bbpos_successor(struct bbpos pos) in bbpos_successor() 30 static inline void bch2_bbpos_to_text(struct printbuf *out, struct bbpos pos) in bch2_bbpos_to_text()
|
| A D | bbpos_types.h | 5 struct bbpos { struct 10 static inline struct bbpos BBPOS(enum btree_id btree, struct bpos pos) in BBPOS() argument 12 return (struct bbpos) { btree, pos }; in BBPOS()
|
| A D | move.h | 132 struct bbpos, 133 struct bbpos, 136 struct bbpos start, 137 struct bbpos end,
|
| A D | rebalance_types.h | 31 struct bbpos scan_start; 32 struct bbpos scan_end;
|
| A D | backpointers.c | 21 static inline struct bbpos bp_to_bbpos(struct bch_backpointer bp) in bp_to_bbpos() 23 return (struct bbpos) { in bp_to_bbpos() 765 struct bbpos start, struct bbpos *end) in bch2_get_btree_in_memory_pos() 1232 struct bbpos start, in check_one_backpointer() 1233 struct bbpos end, in check_one_backpointer() 1241 struct bbpos pos = bp_to_bbpos(*bp.v); in check_one_backpointer() 1279 struct bbpos start, in bch2_check_backpointers_to_extents_pass() 1280 struct bbpos end) in bch2_check_backpointers_to_extents_pass() 1303 struct bbpos start = (struct bbpos) { .btree = 0, .pos = POS_MIN, }, end; in bch2_check_backpointers_to_extents()
|
| A D | lru.c | 119 static struct bbpos lru_pos_to_bp(struct bkey_s_c lru_k) in lru_pos_to_bp() 172 struct bbpos bp = lru_pos_to_bp(lru_k); in bch2_check_lru_key()
|
| A D | move_types.h | 16 struct bbpos pos;
|
| A D | move.c | 812 struct bbpos start, in __bch2_move_data() 813 struct bbpos end, in __bch2_move_data() 841 struct bbpos start, in bch2_move_data() 842 struct bbpos end, in bch2_move_data() 1096 struct bbpos start, in bch2_move_btree() 1097 struct bbpos end, in bch2_move_btree() 1348 struct bbpos start = BBPOS(op.start_btree, op.start_pos); in bch2_data_job() 1349 struct bbpos end = BBPOS(op.end_btree, op.end_pos); in bch2_data_job()
|
| A D | snapshot_types.h | 54 struct bbpos pos;
|
| A D | btree_types.h | 207 struct bbpos pinned_nodes_start; 208 struct bbpos pinned_nodes_end;
|
| A D | alloc_background.c | 1371 struct bbpos pos; 1374 static int bch2_recheck_discard_freespace_key(struct btree_trans *trans, struct bbpos pos) in bch2_recheck_discard_freespace_key()
|
| A D | btree_cache.c | 204 struct bbpos pos = BBPOS(b->c.btree_id, b->key.k.p); in __btree_node_pinned()
|
Completed in 29 milliseconds