Searched refs:cached_sectors (Results 1 – 8 of 8) sorted by relevance
| /fs/bcachefs/ |
| A D | alloc_background.h | 42 dst->cached_sectors = src.cached_sectors; in alloc_to_bucket() 52 dst->cached_sectors = src.cached_sectors; in __bucket_m_to_alloc() 91 return a.stripe_sectors + a.dirty_sectors + a.cached_sectors; in bch2_bucket_sectors_total() 102 ? a.cached_sectors in bch2_bucket_sectors() 133 if (a.cached_sectors) in alloc_data_type()
|
| A D | alloc_background_format.h | 17 x(cached_sectors, 16) \ 41 x(cached_sectors, 32) \ 68 __u32 cached_sectors; member
|
| A D | buckets_types.h | 45 u32 cached_sectors; member
|
| A D | alloc_background.c | 282 a.cached_sectors || in bch2_alloc_v4_validate() 288 a.cached_sectors, in bch2_alloc_v4_validate() 303 bkey_fsck_err_on(!a.cached_sectors || in bch2_alloc_v4_validate() 331 a->cached_sectors = swab32(a->cached_sectors); in bch2_alloc_v4_swab() 356 prt_printf(out, "cached_sectors %u\n", a->cached_sectors); in __bch2_alloc_v4_to_text() 409 .cached_sectors = u.cached_sectors, in __bch2_alloc_to_v4() 2188 if (!a->cached_sectors) { in invalidate_one_bucket() 2194 unsigned cached_sectors = a->cached_sectors; in invalidate_one_bucket() local 2201 trace_and_count(c, bucket_invalidate, c, bucket.inode, bucket.offset, cached_sectors); in invalidate_one_bucket()
|
| A D | btree_gc.c | 841 l.cached_sectors != r.cached_sectors || in bch2_alloc_v4_cmp() 919 copy_bucket_field(alloc_key_cached_sectors_wrong, cached_sectors); in bch2_alloc_write_key()
|
| A D | buckets.c | 182 g->cached_sectors = 0; in bch2_check_fix_ptr() 241 g->cached_sectors = 0; in bch2_check_fix_ptr() 604 &a->cached_sectors; in __mark_pointer()
|
| A D | backpointers.c | 944 sectors[ALLOC_cached] != a->cached_sectors || in check_bucket_backpointer_mismatch() 953 sectors[ALLOC_cached] > a->cached_sectors || in check_bucket_backpointer_mismatch()
|
| A D | ec.c | 225 a->cached_sectors, in __mark_stripe_bucket() 253 a->cached_sectors), trans, in __mark_stripe_bucket() 257 a->cached_sectors, in __mark_stripe_bucket()
|
Completed in 38 milliseconds