Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbuffer.c3001 static unsigned long max_buffer_heads;
3022 buffer_heads_over_limit = (tot > max_buffer_heads);
3164 max_buffer_heads = nrpages * (PAGE_SIZE / sizeof(struct buffer_head)); in buffer_init()
2999 static unsigned long max_buffer_heads; global() variable