tag
line
file
source code
bdflush_max
100
fs/buffer.c
static int bdflush_max[N_PARAM] = {100,5000, 2000, 2000,100, 60000, 60000, 2047, 5};
bdflush_max
1753
fs/buffer.c
if(data < bdflush_min[i] || data > bdflush_max[i]) return -EINVAL;