Home
last modified time | relevance | path

Searched refs:obd_debugfs_entry (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c929 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/
Dlproc_osc.c757 rc = ldebugfs_seq_create(dev->obd_debugfs_entry, "osc_stats", 0644, in lproc_osc_attach_seqstat()
/drivers/staging/lustre/lustre/include/
Dobd.h785 struct dentry *obd_debugfs_entry; member
/drivers/staging/lustre/lustre/lov/
Dlov_obd.c814 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/
Dlproc_ptlrpc.c1119 ptlrpc_ldebugfs_register(obddev->obd_debugfs_entry, NULL, "stats", in ptlrpc_lprocfs_register_obd()
/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c1312 rc = ldebugfs_seq_create(obd->obd_debugfs_entry, "target_obd", in lmv_setup()