Home
last modified time | relevance | path

Searched refs:lprocfs_write_helper (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c63 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/
Dlproc_mdc.c65 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/
Dlproc_llite.c493 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/
Dlproc_lov.c128 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/
Dlproc_ptlrpc.c300 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/
Dlproc_fid.c144 rc = lprocfs_write_helper(buffer, count, &val); in lprocfs_fid_width_seq_write()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c428 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/
Dlprocfs_status.h650 extern int lprocfs_write_helper(const char __user *buffer, unsigned long count,