Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddebugfs.h59 struct dentry *debugfs_lookup(const char *name, struct dentry *parent);
163 static inline struct dentry *debugfs_lookup(const char *name, in debugfs_lookup() function
/Linux-v4.19/fs/debugfs/
Dinode.c263 struct dentry *debugfs_lookup(const char *name, struct dentry *parent) in debugfs_lookup() function
282 EXPORT_SYMBOL_GPL(debugfs_lookup);
/Linux-v4.19/kernel/
Dfail_function.c175 dir = debugfs_lookup(attr->kp.symbol_name, fei_debugfs_dir); in fei_debugfs_remove_attr()
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_debugfs.c673 mvpp2_root = debugfs_lookup(MVPP2_DRIVER_NAME, NULL); in mvpp2_dbgfs_init()
/Linux-v4.19/kernel/trace/
Dblktrace.c512 dir = debugfs_lookup(buts->name, blk_debugfs_root); in do_blk_trace_setup()