Searched refs:bch2_sb_field_get_id (Results 1 – 2 of 2) sorted by relevance
/linux/fs/bcachefs/ |
H A D | super-io.h | 42 struct bch_sb_field *bch2_sb_field_get_id(struct bch_sb *, enum bch_sb_field_type); 44 field_to_type(bch2_sb_field_get_id(_sb, BCH_SB_FIELD_##_name), _name)
|
H A D | super-io.c | 98 struct bch_sb_field *bch2_sb_field_get_id(struct bch_sb *sb, in bch2_sb_field_get_id() function 151 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_delete() 234 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_resize_id() 258 f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_resize_id() 269 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_get_minsize_id() 631 src_f = bch2_sb_field_get_id(src, i); in __copy_super() 632 dst_f = bch2_sb_field_get_id(dst, i); in __copy_super() 644 dst_f = bch2_sb_field_get_id(dst, i); in __copy_super()
|