Home
last modified time | relevance | path

Searched refs:bch2_sb_field_get_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dsuper-io.h30 struct bch_sb_field *bch2_sb_field_get_id(struct bch_sb *, enum bch_sb_field_type);
32 field_to_type(bch2_sb_field_get_id(_sb, BCH_SB_FIELD_##_name), _name)
Dsuper-io.c81 struct bch_sb_field *bch2_sb_field_get_id(struct bch_sb *sb, in bch2_sb_field_get_id() function
134 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_delete()
217 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_resize_id()
241 f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_resize_id()
252 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_get_minsize_id()
585 src_f = bch2_sb_field_get_id(src, i); in __copy_super()
586 dst_f = bch2_sb_field_get_id(dst, i); in __copy_super()
598 dst_f = bch2_sb_field_get_id(dst, i); in __copy_super()