Searched refs:lprocfs_write_helper (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 63 rc = lprocfs_write_helper(buffer, count, &val); in osc_active_seq_write() 100 rc = lprocfs_write_helper(buffer, count, &val); in osc_max_rpcs_in_flight_seq_write() 305 rc = lprocfs_write_helper(buffer, count, &val); in osc_grant_shrink_interval_seq_write() 339 rc = lprocfs_write_helper(buffer, count, &val); in osc_checksum_seq_write() 418 rc = lprocfs_write_helper(buffer, count, &val); in osc_resend_count_seq_write() 447 return lprocfs_write_helper(buffer, count, &od->od_contention_time) ?: in osc_contention_seconds_seq_write() 468 return lprocfs_write_helper(buffer, count, &od->od_lockless_truncate) ?: in osc_lockless_truncate_seq_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | lproc_mdc.c | 65 rc = lprocfs_write_helper(buffer, count, &val); in mdc_max_rpcs_in_flight_seq_write() 98 rc = lprocfs_write_helper(buffer, count, &fd); in mdc_kuc_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 493 rc = lprocfs_write_helper(buffer, count, &val); in ll_checksum_seq_write() 525 rc = lprocfs_write_helper(buffer, count, &val); in ll_max_rw_chunk_seq_write() 553 rc = lprocfs_write_helper(buffer, count, &pid); in ll_wr_track_id() 624 rc = lprocfs_write_helper(buffer, count, &val); in ll_statahead_max_seq_write() 655 rc = lprocfs_write_helper(buffer, count, &val); in ll_statahead_agl_seq_write() 701 rc = lprocfs_write_helper(buffer, count, &val); in ll_lazystatfs_seq_write() 821 rc = lprocfs_write_helper(buffer, count, &val); in ll_xattr_cache_seq_write() 1221 rc = lprocfs_write_helper(buf, len, &value); in ll_rw_extents_stats_pp_seq_write() 1294 rc = lprocfs_write_helper(buf, len, &value); in ll_rw_extents_stats_seq_write() 1496 rc = lprocfs_write_helper(buf, len, &value); in ll_rw_offset_stats_seq_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lproc_lov.c | 128 rc = lprocfs_write_helper(buffer, count, &val); in lov_stripetype_seq_write() 159 rc = lprocfs_write_helper(buffer, count, &val); in lov_stripecount_seq_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 300 rc = lprocfs_write_helper(buffer, count, &val); in ptlrpc_lprocfs_req_history_max_seq_write() 343 int rc = lprocfs_write_helper(buffer, count, &val); in ptlrpc_lprocfs_threads_min_seq_write() 397 int rc = lprocfs_write_helper(buffer, count, &val); in ptlrpc_lprocfs_threads_max_seq_write() 1045 rc = lprocfs_write_helper(buffer, count, &val); in ptlrpc_lprocfs_hp_ratio_seq_write() 1348 rc = lprocfs_write_helper(buffer, count, &val); in lprocfs_wr_pinger_recov()
|
/linux-4.1.27/drivers/staging/lustre/lustre/fid/ |
D | lproc_fid.c | 144 rc = lprocfs_write_helper(buffer, count, &val); in lprocfs_fid_width_seq_write()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 428 rc = lprocfs_write_helper(buffer, count, &val); in lprocfs_wr_atomic() 1827 int lprocfs_write_helper(const char __user *buffer, unsigned long count, in lprocfs_write_helper() function 1832 EXPORT_SYMBOL(lprocfs_write_helper);
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 650 extern int lprocfs_write_helper(const char __user *buffer, unsigned long count,
|