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

/linux-master/fs/bcachefs/
H A Dsuper-io.h80 int bch2_sb_realloc(struct bch_sb_handle *, unsigned);
H A Dsuper-io.c154 int bch2_sb_realloc(struct bch_sb_handle *sb, unsigned u64s) function
221 if (bch2_sb_realloc(sb, le32_to_cpu(sb->sb->u64s) + d))
234 if (bch2_sb_realloc(dev_sb, le32_to_cpu(dev_sb->sb->u64s) + d)) {
579 int ret = bch2_sb_realloc(dst_handle,
605 ret = bch2_sb_realloc(&c->disk_sb, 0) ?:
659 ret = bch2_sb_realloc(sb, le32_to_cpu(sb->sb->u64s));
738 ret = bch2_sb_realloc(sb, 0);

Completed in 73 milliseconds