Home
last modified time | relevance | path

Searched refs:LUSTRE_RW_ATTR (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c78 LUSTRE_RW_ATTR(active);
130 LUSTRE_RW_ATTR(max_rpcs_in_flight);
179 LUSTRE_RW_ATTR(max_dirty_mb);
295 LUSTRE_RW_ATTR(cur_grant_bytes);
345 LUSTRE_RW_ATTR(grant_shrink_interval);
375 LUSTRE_RW_ATTR(checksums);
462 LUSTRE_RW_ATTR(resend_count);
487 LUSTRE_RW_ATTR(contention_seconds);
512 LUSTRE_RW_ATTR(lockless_truncate);
569 LUSTRE_RW_ATTR(max_pages_per_rpc);
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c269 LUSTRE_RW_ATTR(max_read_ahead_mb);
314 LUSTRE_RW_ATTR(max_read_ahead_per_file_mb);
361 LUSTRE_RW_ATTR(max_read_ahead_whole_mb);
523 LUSTRE_RW_ATTR(checksum_pages);
574 LUSTRE_RW_ATTR(stats_track_pid);
590 LUSTRE_RW_ATTR(stats_track_ppid);
606 LUSTRE_RW_ATTR(stats_track_gid);
640 LUSTRE_RW_ATTR(statahead_max);
673 LUSTRE_RW_ATTR(statahead_agl);
723 LUSTRE_RW_ATTR(lazystatfs);
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c132 LUSTRE_RW_ATTR(max_dirty_mb);
Dlinux-module.c324 LUSTRE_RW_ATTR(jobid_var);
325 LUSTRE_RW_ATTR(jobid_name);
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c502 LUSTRE_RW_ATTR(recalc_period);
509 LUSTRE_RW_ATTR(limit);
522 LUSTRE_RW_ATTR(lock_volume_factor);
Dldlm_resource.c290 LUSTRE_RW_ATTR(lru_size);
317 LUSTRE_RW_ATTR(lru_max_age);
349 LUSTRE_RW_ATTR(early_lock_cancel);
Dldlm_lockd.c899 LUSTRE_RW_ATTR(cancel_unused_locks_before_replay);
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dlproc_mdc.c83 LUSTRE_RW_ATTR(max_rpcs_in_flight);
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlproc_lmv.c122 LUSTRE_RW_ATTR(placement);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c364 LUSTRE_RW_ATTR(threads_min);
418 LUSTRE_RW_ATTR(threads_max);
1028 LUSTRE_RW_ATTR(high_priority_ratio);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h702 #define LUSTRE_RW_ATTR(name) LUSTRE_ATTR(name, 0644, name##_show, name##_store) macro