Searched refs:obd_debugfs_entry (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 929 obd->obd_debugfs_entry = ldebugfs_register(obd->obd_name, in lprocfs_obd_setup() 932 if (IS_ERR_OR_NULL(obd->obd_debugfs_entry)) { in lprocfs_obd_setup() 933 rc = obd->obd_debugfs_entry ? PTR_ERR(obd->obd_debugfs_entry) in lprocfs_obd_setup() 937 obd->obd_debugfs_entry = NULL; in lprocfs_obd_setup() 949 if (!IS_ERR_OR_NULL(obd->obd_debugfs_entry)) in lprocfs_obd_cleanup() 950 ldebugfs_remove(&obd->obd_debugfs_entry); in lprocfs_obd_cleanup() 1454 return ldebugfs_seq_create(dev->obd_debugfs_entry, name, in ldebugfs_obd_seq_create()
|
/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 757 rc = ldebugfs_seq_create(dev->obd_debugfs_entry, "osc_stats", 0644, in lproc_osc_attach_seqstat()
|
/drivers/staging/lustre/lustre/include/ |
D | obd.h | 785 struct dentry *obd_debugfs_entry; member
|
/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 814 rc = ldebugfs_seq_create(obd->obd_debugfs_entry, "target_obd", in lov_setup() 820 obd->obd_debugfs_entry, in lov_setup()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 1119 ptlrpc_ldebugfs_register(obddev->obd_debugfs_entry, NULL, "stats", in ptlrpc_lprocfs_register_obd()
|
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 1312 rc = ldebugfs_seq_create(obd->obd_debugfs_entry, "target_obd", in lmv_setup()
|