Searched refs:bbpos (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
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()
|
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()
|
D | move.h | 127 struct bbpos, 128 struct bbpos, 131 struct bbpos start, 132 struct bbpos end,
|
D | rebalance_types.h | 30 struct bbpos scan_start; 31 struct bbpos scan_end;
|
D | backpointers.c | 728 static inline struct bbpos bp_to_bbpos(struct bch_backpointer bp) in bp_to_bbpos() 730 return (struct bbpos) { in bp_to_bbpos() 753 struct bbpos start, struct bbpos *end) in bch2_get_btree_in_memory_pos() 909 struct bbpos end; in bch2_check_extents_to_backpointers() 953 struct bbpos start, in check_one_backpointer() 954 struct bbpos end, in check_one_backpointer() 964 struct bbpos pos = bp_to_bbpos(*bp.v); in check_one_backpointer() 1001 struct bbpos start, in bch2_check_backpointers_to_extents_pass() 1002 struct bbpos end) in bch2_check_backpointers_to_extents_pass() 1026 struct bbpos start = (struct bbpos) { .btree = 0, .pos = POS_MIN, }, end; in bch2_check_backpointers_to_extents()
|
D | move_types.h | 9 struct bbpos pos;
|
D | move.c | 600 struct bbpos start, in __bch2_move_data() 601 struct bbpos end, in __bch2_move_data() 629 struct bbpos start, in bch2_move_data() 630 struct bbpos end, in bch2_move_data() 816 struct bbpos start, in bch2_move_btree() 817 struct bbpos end, in bch2_move_btree() 1053 struct bbpos start = BBPOS(op.start_btree, op.start_pos); in bch2_data_job() 1054 struct bbpos end = BBPOS(op.end_btree, op.end_pos); in bch2_data_job()
|
D | btree_types.h | 206 struct bbpos pinned_nodes_start; 207 struct bbpos pinned_nodes_end;
|
D | btree_cache.c | 211 struct bbpos pos = BBPOS(b->c.btree_id, b->key.k.p); in __btree_node_pinned()
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | qcom_nandc.c | 2158 int page, ret, bbpos, bad = 0; in qcom_nandc_block_bad() local 2180 bbpos = mtd->writesize - host->cw_size * (ecc->steps - 1); in qcom_nandc_block_bad() 2182 bad = nandc->data_buffer[bbpos] != 0xff; in qcom_nandc_block_bad() 2185 bad = bad || (nandc->data_buffer[bbpos + 1] != 0xff); in qcom_nandc_block_bad()
|