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.h202 (sizeof(struct bch_backpointer) / sizeof(u64)); in alloc_v4_u64s_noerror()
334 static inline struct bch_backpointer *alloc_v4_backpointers(struct bch_alloc_v4 *a) in alloc_v4_backpointers()
341 static inline const struct bch_backpointer *alloc_v4_backpointers_c(const struct bch_alloc_v4 *a) in alloc_v4_backpointers_c()
H A Dbackpointers.h151 bp->v = (struct bch_backpointer) { in bch2_extent_ptr_to_bp()
H A Dbcachefs_format.h462 struct bch_backpointer { struct
H A Dbackpointers.c652 static inline struct bbpos bp_to_bbpos(struct bch_backpointer bp) in bp_to_bbpos()