Home
last modified time | relevance | path

Searched refs:max_buffer_heads (Results 1 – 1 of 1) sorted by relevance

/fs/
Dbuffer.c3322 static unsigned long max_buffer_heads; variable
3343 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()
3444 max_buffer_heads = nrpages * (PAGE_SIZE / sizeof(struct buffer_head)); in buffer_init()