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

/linux-master/fs/
H A Dbuffer.c1301 struct bh_lru { struct
1305 static DEFINE_PER_CPU(struct bh_lru, bh_lrus) = {{ NULL }};
1330 struct bh_lru *b;
1337 * the refcount of buffer_head in bh_lru prevents dropping the
1340 * Skip putting upcoming bh into bh_lru until migration is done.
1505 static void __invalidate_bh_lrus(struct bh_lru *b)
1521 struct bh_lru *b = &get_cpu_var(bh_lrus);
1529 struct bh_lru *b = per_cpu_ptr(&bh_lrus, cpu);
1552 struct bh_lru *b;
3055 struct bh_lru *
[all...]

Completed in 142 milliseconds