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

/linux-4.4.14/mm/
H A Dbacking-dev.c148 unsigned long read_ahead_kb; read_ahead_kb_store() local
151 ret = kstrtoul(buf, 10, &read_ahead_kb); read_ahead_kb_store()
155 bdi->ra_pages = read_ahead_kb >> (PAGE_SHIFT - 10); read_ahead_kb_store()
172 BDI_SHOW(read_ahead_kb, K(bdi->ra_pages))
/linux-4.4.14/block/
H A Dblk-sysfs.c358 .attr = {.name = "read_ahead_kb", .mode = S_IRUGO | S_IWUSR },

Completed in 92 milliseconds