Searched refs:obd_proc_entry (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 961 obd->obd_proc_entry = lprocfs_register(obd->obd_name, in lprocfs_obd_setup() 964 if (IS_ERR(obd->obd_proc_entry)) { in lprocfs_obd_setup() 965 rc = PTR_ERR(obd->obd_proc_entry); in lprocfs_obd_setup() 968 obd->obd_proc_entry = NULL; in lprocfs_obd_setup() 983 if (obd->obd_proc_entry) { in lprocfs_obd_cleanup() 984 lprocfs_remove(&obd->obd_proc_entry); in lprocfs_obd_cleanup() 985 obd->obd_proc_entry = NULL; in lprocfs_obd_cleanup() 1391 LASSERT(obd->obd_proc_entry != NULL); in lprocfs_alloc_obd_stats() 1412 rc = lprocfs_register_stats(obd->obd_proc_entry, "stats", stats); in lprocfs_alloc_obd_stats() 1482 LASSERT(obd->obd_proc_entry != NULL); in lprocfs_alloc_md_stats() [all …]
|
/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/ptlrpc/ |
D | lproc_ptlrpc.c | 1117 ptlrpc_lprocfs_register(obddev->obd_proc_entry, NULL, "stats", in ptlrpc_lprocfs_register_obd()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd.h | 916 struct proc_dir_entry *obd_proc_entry; member
|
/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() 837 obd->obd_proc_entry, in lov_setup()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 236 lmv_proc_dir = lprocfs_register("target_obds", obd->obd_proc_entry, in lmv_connect() 1351 rc = lprocfs_seq_create(obd->obd_proc_entry, "target_obd", in lmv_setup()
|