Lines Matching defs:bh_lru
1295 struct bh_lru {
1299 static DEFINE_PER_CPU(struct bh_lru, bh_lrus) = {{ NULL }};
1324 struct bh_lru *b;
1331 * the refcount of buffer_head in bh_lru prevents dropping the
1334 * Skip putting upcoming bh into bh_lru until migration is done.
1521 static void __invalidate_bh_lrus(struct bh_lru *b)
1537 struct bh_lru *b = &get_cpu_var(bh_lrus);
1545 struct bh_lru *b = per_cpu_ptr(&bh_lrus, cpu);
1568 struct bh_lru *b;
3054 struct bh_lru *b = &per_cpu(bh_lrus, cpu);