Searched refs:lprocfs_write_helper (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lproc_lov.c | 130 rc = lprocfs_write_helper(buffer, count, &val); in lov_stripetype_seq_write() 162 rc = lprocfs_write_helper(buffer, count, &val); in lov_stripecount_seq_write()
|
/linux-4.4.14/drivers/staging/lustre/lustre/fid/ |
D | lproc_fid.c | 146 rc = lprocfs_write_helper(buffer, count, &val); in ldebugfs_fid_width_seq_write()
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | lproc_mdc.c | 103 rc = lprocfs_write_helper(buffer, count, &fd); in mdc_kuc_write()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 484 return lprocfs_write_helper(buffer, count, &od->od_contention_time) ?: in contention_seconds_store() 509 return lprocfs_write_helper(buffer, count, &od->od_lockless_truncate) ?: in lockless_truncate_store()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 1191 rc = lprocfs_write_helper(buf, len, &value); in ll_rw_extents_stats_pp_seq_write() 1264 rc = lprocfs_write_helper(buf, len, &value); in ll_rw_extents_stats_seq_write() 1468 rc = lprocfs_write_helper(buf, len, &value); in ll_rw_offset_stats_seq_write()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 301 rc = lprocfs_write_helper(buffer, count, &val); in ptlrpc_lprocfs_req_history_max_seq_write() 1308 rc = lprocfs_write_helper(buffer, count, &val); in lprocfs_wr_pinger_recov()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1305 int lprocfs_write_helper(const char __user *buffer, unsigned long count, in lprocfs_write_helper() function 1310 EXPORT_SYMBOL(lprocfs_write_helper);
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 607 int lprocfs_write_helper(const char __user *buffer, unsigned long count,
|