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()
362 prt_printf(out, "cached_sectors %u\n", a->cached_sectors); in bch2_alloc_to_text()
402 .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()
2026 unsigned cached_sectors; in invalidate_one_bucket() local
2052 if (!a->v.cached_sectors) in invalidate_one_bucket()
2055 cached_sectors = a->v.cached_sectors; in invalidate_one_bucket()
2062 a->v.cached_sectors = 0; in invalidate_one_bucket()
2072 trace_and_count(c, bucket_invalidate, c, bucket.inode, bucket.offset, cached_sectors); in invalidate_one_bucket()