Searched refs:lprocfs_seq_create (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 434 rc = lprocfs_seq_create(proc_lustre_root, "devices", 0444, in class_procfs_init()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 1001 rc = lprocfs_seq_create(sbi->ll_proc_root, "dump_page_cache", 0444, in lprocfs_register_mountpoint() 1006 rc = lprocfs_seq_create(sbi->ll_proc_root, "extents_stats", 0644, in lprocfs_register_mountpoint() 1011 rc = lprocfs_seq_create(sbi->ll_proc_root, "extents_stats_per_process", in lprocfs_register_mountpoint() 1016 rc = lprocfs_seq_create(sbi->ll_proc_root, "offset_stats", 0644, in lprocfs_register_mountpoint()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1975 int lprocfs_seq_create(struct proc_dir_entry *parent, in lprocfs_seq_create() function 1992 EXPORT_SYMBOL(lprocfs_seq_create); 2000 return lprocfs_seq_create(dev->obd_proc_entry, name, in lprocfs_obd_seq_create()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 738 rc = lprocfs_seq_create(dev->obd_proc_entry, "osc_stats", 0644, in lproc_osc_attach_seqstat()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 598 extern int lprocfs_seq_create(struct proc_dir_entry *parent, const char *name,
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 1109 rc = lprocfs_seq_create(svc->srv_procroot, "req_history", in ptlrpc_lprocfs_register_service()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 830 rc1 = lprocfs_seq_create(obd->obd_proc_entry, "target_obd", in lov_setup()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1351 rc = lprocfs_seq_create(obd->obd_proc_entry, "target_obd", in lmv_setup()
|