Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsuper-io.c171 int bch2_sb_realloc(struct bch_sb_handle *sb, unsigned u64s) in bch2_sb_realloc() function
238 if (bch2_sb_realloc(sb, le32_to_cpu(sb->sb->u64s) + d)) in bch2_sb_field_resize_id()
251 if (bch2_sb_realloc(dev_sb, le32_to_cpu(dev_sb->sb->u64s) + d)) { in bch2_sb_field_resize_id()
637 int ret = bch2_sb_realloc(dst_handle, in __copy_super()
663 ret = bch2_sb_realloc(&c->disk_sb, 0) ?: in bch2_sb_to_fs()
718 ret = bch2_sb_realloc(sb, le32_to_cpu(sb->sb->u64s)); in read_one_super()
798 ret = bch2_sb_realloc(sb, 0); in __bch2_read_super()
H A Dsuper-io.h93 int bch2_sb_realloc(struct bch_sb_handle *, unsigned);