Home
last modified time | relevance | path

Searched refs:erasure_code (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Drebalance_format.h18 erasure_code:1, member
28 erasure_code:1,
50 x(erasure_code)
H A Dalloc_foreground.c944 bool erasure_code, in __open_bucket_add_buckets() argument
970 have_cache, erasure_code); in __open_bucket_add_buckets()
980 if (erasure_code) { in __open_bucket_add_buckets()
1012 unsigned erasure_code, in open_bucket_add_buckets() argument
1024 devs_have, target, erasure_code, in open_bucket_add_buckets()
1319 unsigned erasure_code, in bch2_alloc_sectors_start_trans() argument
1339 erasure_code = false; in bch2_alloc_sectors_start_trans()
1360 target, erasure_code, in bch2_alloc_sectors_start_trans()
1371 target, erasure_code, in bch2_alloc_sectors_start_trans()
1390 0, erasure_code, in bch2_alloc_sectors_start_trans()
[all …]
H A Dinode_format.h119 x(erasure_code, 16) \
H A DKconfig43 This enables the "erasure_code" filesysystem and inode option, which
H A Dopts.h226 x(erasure_code, u16, \
666 opts->erasure_code = 0; in bch2_io_opts_fixups()
H A Dextents.c1243 if (r->erasure_code || r->erasure_code_from_inode) { in bch2_extent_rebalance_to_text()
1244 prt_printf(out, " ec=%u", r->erasure_code); in bch2_extent_rebalance_to_text()
H A Dio_write.c1518 op->opts.erasure_code && !(op->flags & BCH_WRITE_cached), in __bch2_write()