Lines Matching refs:cached_sectors
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()
330 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_to_text()
396 .cached_sectors = u.cached_sectors, in __bch2_alloc_to_v4()
917 old_a->cached_sectors) { in bch2_trigger_alloc()
919 -((s64) old_a->cached_sectors), in bch2_trigger_alloc()
2183 if (!a->cached_sectors) in invalidate_one_bucket()
2186 unsigned cached_sectors = a->cached_sectors; in invalidate_one_bucket() local
2193 trace_and_count(c, bucket_invalidate, c, bucket.inode, bucket.offset, cached_sectors); in invalidate_one_bucket()