Searched refs:debugfs_create_dir (Results 1 – 13 of 13) sorted by relevance
/fs/pstore/ |
D | ftrace.c | 116 pstore_ftrace_dir = debugfs_create_dir("pstore", NULL); in pstore_register_ftrace()
|
/fs/nfsd/ |
D | fault_inject.c | 136 debug_dir = debugfs_create_dir("nfsd", NULL); in nfsd_fault_inject_init()
|
/fs/debugfs/ |
D | inode.c | 414 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() function 437 EXPORT_SYMBOL_GPL(debugfs_create_dir);
|
/fs/ocfs2/ |
D | blockcheck.c | 272 stats->b_debug_dir = debugfs_create_dir("blockcheck", parent); in ocfs2_blockcheck_debug_install()
|
D | super.c | 1114 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super() 1620 ocfs2_debugfs_root = debugfs_create_dir("ocfs2", NULL); in ocfs2_init()
|
/fs/ocfs2/dlm/ |
D | dlmdebug.c | 959 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot() 988 dlm_debugfs_root = debugfs_create_dir(DLM_DEBUGFS_DIR, NULL); in dlm_create_debugfs_root()
|
/fs/ocfs2/cluster/ |
D | netdebug.c | 518 o2net_dentry = debugfs_create_dir(O2NET_DEBUG_DIR, NULL); in o2net_debugfs_init()
|
D | heartbeat.c | 1289 o2hb_debug_dir = debugfs_create_dir(O2HB_DEBUG_DIR, NULL); in o2hb_debug_init() 1906 debugfs_create_dir(config_item_name(®->hr_item), dir); in o2hb_debug_region_init()
|
/fs/dlm/ |
D | debug_fs.c | 784 dlm_root = debugfs_create_dir("dlm", NULL); in dlm_register_debugfs()
|
/fs/btrfs/ |
D | sysfs.c | 791 btrfs_debugfs_root_dentry = debugfs_create_dir("btrfs", NULL); in btrfs_init_debugfs()
|
/fs/f2fs/ |
D | debug.c | 494 f2fs_debugfs_root = debugfs_create_dir("f2fs", NULL); in f2fs_create_root_stats()
|
/fs/gfs2/ |
D | glock.c | 1993 dent = debugfs_create_dir(sdp->sd_table_name, gfs2_root); in gfs2_create_debugfs_file() 2050 gfs2_root = debugfs_create_dir("gfs2", NULL); in gfs2_register_debugfs()
|
/fs/ubifs/ |
D | debug.c | 2835 dent = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs() 3014 dent = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
|