Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
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()
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()
Dmove.h127 struct bbpos,
128 struct bbpos,
131 struct bbpos start,
132 struct bbpos end,
Drebalance_types.h30 struct bbpos scan_start;
31 struct bbpos scan_end;
Dbackpointers.c728 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()
Dmove_types.h9 struct bbpos pos;
Dmove.c600 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()
Dbtree_types.h206 struct bbpos pinned_nodes_start;
207 struct bbpos pinned_nodes_end;
Dbtree_cache.c211 struct bbpos pos = BBPOS(b->c.btree_id, b->key.k.p); in __btree_node_pinned()
/linux-6.12.1/drivers/mtd/nand/raw/
Dqcom_nandc.c2158 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()