Searched refs:lprocfs_write_frac_helper (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 180 int lprocfs_write_frac_helper(const char __user *buffer, unsigned long count, in lprocfs_write_frac_helper() function 221 EXPORT_SYMBOL(lprocfs_write_frac_helper); 1308 return lprocfs_write_frac_helper(buffer, count, val, 1); in lprocfs_write_helper()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 382 int lprocfs_write_frac_helper(const char __user *buffer,
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 217 rc = lprocfs_write_frac_helper(buffer, count, &pages_number, mult); in osc_cached_mb_seq_write()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 410 rc = lprocfs_write_frac_helper(buffer, count, &pages_number, mult); in ll_max_cached_mb_seq_write()
|