Searched refs:erasure_code (Results 1 – 7 of 7) sorted by relevance
/linux/fs/bcachefs/ |
H A D | rebalance_format.h | 18 erasure_code:1, member 28 erasure_code:1, 50 x(erasure_code)
|
H A D | inode_format.h | 119 x(erasure_code, 16) \
|
H A D | opts.h | 227 x(erasure_code, u16, \ 686 opts->erasure_code = 0; in bch2_io_opts_fixups()
|
H A D | Kconfig | 43 This enables the "erasure_code" filesysystem and inode option, which
|
H A D | alloc_foreground.c | 1236 unsigned erasure_code, in bch2_alloc_sectors_start_trans() argument 1257 erasure_code = false; in bch2_alloc_sectors_start_trans() 1261 req->ec = erasure_code; in bch2_alloc_sectors_start_trans() 1316 if (erasure_code && !ec_open_bucket(c, &req->ptrs)) in bch2_alloc_sectors_start_trans()
|
H A D | extents.c | 1312 if (r->erasure_code || r->erasure_code_from_inode) { in bch2_extent_rebalance_to_text() 1313 prt_printf(out, " ec=%u", r->erasure_code); in bch2_extent_rebalance_to_text()
|
H A D | io_write.c | 1536 op->opts.erasure_code && !(op->flags & BCH_WRITE_cached), in __bch2_write()
|