Searched refs:debugfs_create_dir (Results 1 – 19 of 19) sorted by relevance
| /fs/nfsd/ |
| A D | debugfs.c | 43 nfsd_top_dir = debugfs_create_dir("nfsd", NULL); in nfsd_debugfs_init()
|
| /fs/bcachefs/ |
| A D | debug.c | 922 d = debugfs_create_dir(bch2_btree_id_str(bd->id), c->btree_debug_dir); in bch2_fs_debug_btree_init() 945 c->fs_debug_dir = debugfs_create_dir(name, bch_debug); in bch2_fs_debug_init() 972 c->btree_debug_dir = debugfs_create_dir("btrees", c->fs_debug_dir); in bch2_fs_debug_init() 994 bch_debug = debugfs_create_dir("bcachefs", NULL); in bch2_debug_init()
|
| A D | async_objs.c | 105 c->async_obj_dir = debugfs_create_dir("async_objs", c->fs_debug_dir); in bch2_fs_async_obj_debugfs_init()
|
| /fs/dlm/ |
| A D | debug_fs.c | 746 d_node = debugfs_create_dir(name, dlm_comms); in dlm_create_debug_comms_file() 817 dlm_root = debugfs_create_dir("dlm", NULL); in dlm_register_debugfs() 818 dlm_comms = debugfs_create_dir("comms", dlm_root); in dlm_register_debugfs()
|
| /fs/pstore/ |
| A D | ftrace.c | 137 pstore_ftrace_dir = debugfs_create_dir("pstore", NULL); in pstore_register_ftrace()
|
| /fs/debugfs/ |
| A D | inode.c | 569 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent) in debugfs_create_dir() function 600 EXPORT_SYMBOL_GPL(debugfs_create_dir);
|
| /fs/ocfs2/dlm/ |
| A D | dlmdebug.c | 823 dlm->dlm_debugfs_subroot = debugfs_create_dir(dlm->name, in dlm_create_debugfs_subroot() 835 dlm_debugfs_root = debugfs_create_dir(DLM_DEBUGFS_DIR, NULL); in dlm_create_debugfs_root()
|
| /fs/ocfs2/ |
| A D | blockcheck.c | 245 dir = debugfs_create_dir("blockcheck", parent); in ocfs2_blockcheck_debug_install()
|
| A D | super.c | 1071 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super() 1515 ocfs2_debugfs_root = debugfs_create_dir("ocfs2", NULL); in ocfs2_init()
|
| /fs/ocfs2/cluster/ |
| A D | netdebug.c | 494 o2net_dentry = debugfs_create_dir(O2NET_DEBUG_DIR, NULL); in o2net_debugfs_init()
|
| A D | heartbeat.c | 1410 o2hb_debug_dir = debugfs_create_dir(O2HB_DEBUG_DIR, NULL); in o2hb_debug_init() 1974 dir = debugfs_create_dir(config_item_name(®->hr_item), parent); in o2hb_debug_region_init()
|
| /fs/ceph/ |
| A D | debugfs.c | 462 fsc->debugfs_metrics_dir = debugfs_create_dir("metrics", in ceph_fs_debugfs_init()
|
| /fs/resctrl/ |
| A D | pseudo_lock.c | 864 plr->debugfs_dir = debugfs_create_dir(kn_name, debugfs_resctrl); in rdtgroup_pseudo_lock_create()
|
| A D | rdtgroup.c | 4287 debugfs_resctrl = debugfs_create_dir("resctrl", NULL); in resctrl_init()
|
| /fs/orangefs/ |
| A D | orangefs-debugfs.c | 225 debug_dir = debugfs_create_dir("orangefs", NULL); in orangefs_debugfs_init()
|
| /fs/gfs2/ |
| A D | glock.c | 2877 sdp->debugfs_dir = debugfs_create_dir(sdp->sd_table_name, gfs2_root); in gfs2_create_debugfs_file() 2900 gfs2_root = debugfs_create_dir("gfs2", NULL); in gfs2_register_debugfs()
|
| /fs/f2fs/ |
| A D | debug.c | 840 f2fs_debugfs_root = debugfs_create_dir("f2fs", NULL); in f2fs_create_root_stats()
|
| /fs/ubifs/ |
| A D | debug.c | 2840 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs() 2971 dfs_rootdir = debugfs_create_dir(fname, NULL); in dbg_debugfs_init()
|
| /fs/xfs/ |
| A D | xfs_super.c | 1670 child = debugfs_create_dir(name, parent); in xfs_debugfs_mkdir()
|
Completed in 55 milliseconds