Home
last modified time | relevance | path

Searched refs:bbpos (Results 1 – 12 of 12) sorted by relevance

/fs/bcachefs/
A Dbbpos.h9 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 Dbbpos_types.h5 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 Dmove.h132 struct bbpos,
133 struct bbpos,
136 struct bbpos start,
137 struct bbpos end,
A Drebalance_types.h31 struct bbpos scan_start;
32 struct bbpos scan_end;
A Dbackpointers.c21 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 Dlru.c119 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 Dmove_types.h16 struct bbpos pos;
A Dmove.c812 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 Dsnapshot_types.h54 struct bbpos pos;
A Dbtree_types.h207 struct bbpos pinned_nodes_start;
208 struct bbpos pinned_nodes_end;
A Dalloc_background.c1371 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 Dbtree_cache.c204 struct bbpos pos = BBPOS(b->c.btree_id, b->key.k.p); in __btree_node_pinned()

Completed in 29 milliseconds