Searched refs:bch2_sb_field_get_id (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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 | 113 struct bch_sb_field *bch2_sb_field_get_id(struct bch_sb *sb, in bch2_sb_field_get_id() function 166 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_delete() 249 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_resize_id() 273 f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_resize_id() 284 struct bch_sb_field *f = bch2_sb_field_get_id(sb->sb, type); in bch2_sb_field_get_minsize_id() 662 src_f = bch2_sb_field_get_id(src, i); in __copy_super() 663 dst_f = bch2_sb_field_get_id(dst, i); in __copy_super() 675 dst_f = bch2_sb_field_get_id(dst, i); in __copy_super()
|