Searched refs:bh_lru (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dbuffer.c1292 struct bh_lru { struct
1296 static DEFINE_PER_CPU(struct bh_lru, bh_lrus) = {{ NULL }};
1321 struct bh_lru *b;
1328 * the refcount of buffer_head in bh_lru prevents dropping the
1331 * Skip putting upcoming bh into bh_lru until migration is done.
1482 static void __invalidate_bh_lrus(struct bh_lru *b)
1498 struct bh_lru *b = &get_cpu_var(bh_lrus);
1506 struct bh_lru *b = per_cpu_ptr(&bh_lrus, cpu);
1529 struct bh_lru *b;
3028 struct bh_lru *
[all...]

Completed in 132 milliseconds