Home
last modified time | relevance | path

Searched refs:bch_backpointer (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dalloc_background.h200 (sizeof(struct bch_backpointer) / sizeof(u64)); in alloc_v4_u64s_noerror()
333 static inline struct bch_backpointer *alloc_v4_backpointers(struct bch_alloc_v4 *a) in alloc_v4_backpointers()
340 static inline const struct bch_backpointer *alloc_v4_backpointers_c(const struct bch_alloc_v4 *a) in alloc_v4_backpointers_c()
H A Dbackpointers.h168 bp->v = (struct bch_backpointer) { in bch2_extent_ptr_to_bp()
H A Dbcachefs_format.h466 struct bch_backpointer { struct
467 vbch_backpointer global() argument
468 btree_idbch_backpointer global() argument
469 levelbch_backpointer global() argument
470 data_typebch_backpointer global() argument
471 bucket_genbch_backpointer global() argument
472 padbch_backpointer global() argument
473 bucket_lenbch_backpointer global() argument
474 posbch_backpointer global() argument
H A Dbackpointers.c21 static inline struct bbpos bp_to_bbpos(struct bch_backpointer bp) in bp_to_bbpos()