Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dfid_request.c56 static struct dentry *seq_debugfs_dir; variable
356 seq_debugfs_dir, in seq_client_debugfs_init()
474 seq_debugfs_dir = ldebugfs_register(LUSTRE_SEQ_NAME, in fid_mod_init()
477 return PTR_ERR_OR_ZERO(seq_debugfs_dir); in fid_mod_init()
482 if (!IS_ERR_OR_NULL(seq_debugfs_dir)) in fid_mod_exit()
483 ldebugfs_remove(&seq_debugfs_dir); in fid_mod_exit()