Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c237 return lprocfs_read_frac_helper(buf, PAGE_SIZE, pages_number, mult); in max_read_ahead_mb_show()
285 return lprocfs_read_frac_helper(buf, PAGE_SIZE, pages_number, mult); in max_read_ahead_per_file_mb_show()
330 return lprocfs_read_frac_helper(buf, PAGE_SIZE, pages_number, mult); in max_read_ahead_whole_mb_show()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c125 int lprocfs_read_frac_helper(char *buffer, unsigned long count, long val, in lprocfs_read_frac_helper() function
178 EXPORT_SYMBOL(lprocfs_read_frac_helper);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h384 int lprocfs_read_frac_helper(char *buffer, unsigned long count,
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c147 return lprocfs_read_frac_helper(buf, PAGE_SIZE, val, mult); in max_dirty_mb_show()