Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Ddebugfs.c1238 struct dentry *rootdir) in wl1271_debugfs_add_files() argument
1243 DEBUGFS_ADD(tx_queue_len, rootdir); in wl1271_debugfs_add_files()
1244 DEBUGFS_ADD(retry_count, rootdir); in wl1271_debugfs_add_files()
1245 DEBUGFS_ADD(excessive_retries, rootdir); in wl1271_debugfs_add_files()
1247 DEBUGFS_ADD(gpio_power, rootdir); in wl1271_debugfs_add_files()
1248 DEBUGFS_ADD(start_recovery, rootdir); in wl1271_debugfs_add_files()
1249 DEBUGFS_ADD(driver_state, rootdir); in wl1271_debugfs_add_files()
1250 DEBUGFS_ADD(vifs_state, rootdir); in wl1271_debugfs_add_files()
1251 DEBUGFS_ADD(dtim_interval, rootdir); in wl1271_debugfs_add_files()
1252 DEBUGFS_ADD(suspend_dtim_interval, rootdir); in wl1271_debugfs_add_files()
[all …]
Dhw_ops.h166 wlcore_debugfs_init(struct wl1271 *wl, struct dentry *rootdir) in wlcore_debugfs_init() argument
169 return wl->ops->debugfs_init(wl, rootdir); in wlcore_debugfs_init()
Dwlcore.h90 int (*debugfs_init)(struct wl1271 *wl, struct dentry *rootdir);
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Ddebug.c149 mode, dfs->rootdir, \
163 dfs->rootdir = debugfs_create_dir(KBUILD_MODNAME, in wcn36xx_debugfs_init()
165 if (IS_ERR(dfs->rootdir)) { in wcn36xx_debugfs_init()
167 dfs->rootdir = NULL; in wcn36xx_debugfs_init()
178 debugfs_remove_recursive(dfs->rootdir); in wcn36xx_debugfs_exit()
Ddebug.h31 struct dentry *rootdir; member
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Ddebugfs.c452 DEBUGFS_ADD(tx_queue_len, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
453 DEBUGFS_ADD(tx_queue_status, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
454 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
455 DEBUGFS_ADD(excessive_retries, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
476 wl->debugfs.rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in wl1251_debugfs_init()
478 if (IS_ERR(wl->debugfs.rootdir)) { in wl1251_debugfs_init()
479 ret = PTR_ERR(wl->debugfs.rootdir); in wl1251_debugfs_init()
480 wl->debugfs.rootdir = NULL; in wl1251_debugfs_init()
485 wl->debugfs.rootdir); in wl1251_debugfs_init()
519 debugfs_remove(wl->debugfs.rootdir); in wl1251_debugfs_init()
[all …]
Dwl1251.h160 struct dentry *rootdir; member
/linux-4.4.14/net/l2tp/
Dl2tp_debugfs.c37 static struct dentry *rootdir; variable
320 rootdir = debugfs_create_dir("l2tp", NULL); in l2tp_debugfs_init()
321 if (IS_ERR(rootdir)) { in l2tp_debugfs_init()
322 rc = PTR_ERR(rootdir); in l2tp_debugfs_init()
323 rootdir = NULL; in l2tp_debugfs_init()
327 tunnels = debugfs_create_file("tunnels", 0600, rootdir, NULL, &l2tp_dfs_fops); in l2tp_debugfs_init()
343 debugfs_remove(rootdir); in l2tp_debugfs_exit()
/linux-4.4.14/fs/qnx4/
Dinode.c154 struct qnx4_inode_entry *rootdir; in qnx4_checkroot() local
167 rootdir = (struct qnx4_inode_entry *) bh->b_data; in qnx4_checkroot()
168 for (i = 0; i < QNX4_INODES_PER_BLOCK; i++, rootdir++) { in qnx4_checkroot()
169 QNX4DEBUG((KERN_INFO "rootdir entry found : [%s]\n", rootdir->di_fname)); in qnx4_checkroot()
170 if (strcmp(rootdir->di_fname, QNX4_BMNAME) != 0) in qnx4_checkroot()
172 qnx4_sb(sb)->BitMap = kmemdup(rootdir, in qnx4_checkroot()
/linux-4.4.14/drivers/net/wireless/b43legacy/
Ddebugfs.c42 static struct dentry *rootdir; variable
408 e->subdir = debugfs_create_dir(devdir, rootdir); in b43legacy_debugfs_add_device()
492 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43legacy_debugfs_init()
493 if (IS_ERR(rootdir)) in b43legacy_debugfs_init()
494 rootdir = NULL; in b43legacy_debugfs_init()
499 debugfs_remove(rootdir); in b43legacy_debugfs_exit()
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
Ddebugfs.h26 struct dentry *rootdir);
Ddebugfs.c126 struct dentry *rootdir) in wl12xx_debugfs_add_files() argument
131 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl12xx_debugfs_add_files()
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
Ddebugfs.h26 struct dentry *rootdir);
Ddebugfs.c349 struct dentry *rootdir) in wl18xx_debugfs_add_files() argument
354 moddir = debugfs_create_dir(KBUILD_MODNAME, rootdir); in wl18xx_debugfs_add_files()
/linux-4.4.14/drivers/net/wireless/b43/
Ddebugfs.c41 static struct dentry *rootdir; variable
718 e->subdir = debugfs_create_dir(devdir, rootdir); in b43_debugfs_add_device()
818 rootdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in b43_debugfs_init()
819 if (IS_ERR(rootdir)) in b43_debugfs_init()
820 rootdir = NULL; in b43_debugfs_init()
825 debugfs_remove(rootdir); in b43_debugfs_exit()
/linux-4.4.14/fs/logfs/
Dsuper.c310 struct inode *rootdir; in logfs_get_sb_final() local
314 rootdir = logfs_iget(sb, LOGFS_INO_ROOT); in logfs_get_sb_final()
315 if (IS_ERR(rootdir)) in logfs_get_sb_final()
318 sb->s_root = d_make_root(rootdir); in logfs_get_sb_final()
/linux-4.4.14/Documentation/filesystems/
Dudf.txt69 rootdir= Override the root directory location. (unused)
70 WARNING: overriding the rootdir to a non-directory may
/linux-4.4.14/drivers/clk/
Dclk.c1961 static struct dentry *rootdir; variable
2190 ret = clk_debug_create_one(core, rootdir); in clk_debug_register()
2241 rootdir = debugfs_create_dir("clk", NULL); in clk_debug_init()
2243 if (!rootdir) in clk_debug_init()
2246 d = debugfs_create_file("clk_summary", S_IRUGO, rootdir, &all_lists, in clk_debug_init()
2251 d = debugfs_create_file("clk_dump", S_IRUGO, rootdir, &all_lists, in clk_debug_init()
2256 d = debugfs_create_file("clk_orphan_summary", S_IRUGO, rootdir, in clk_debug_init()
2261 d = debugfs_create_file("clk_orphan_dump", S_IRUGO, rootdir, in clk_debug_init()
2268 clk_debug_create_one(core, rootdir); in clk_debug_init()
/linux-4.4.14/fs/udf/
Dsuper.c221 unsigned int rootdir; member
497 uopt->rootdir = 0xFFFFFFFF; in udf_parse_options()
604 uopt->rootdir = option; in udf_parse_options()
2071 struct kernel_lb_addr rootdir, fileset; in udf_fill_super() local
2206 if (udf_find_fileset(sb, &fileset, &rootdir)) { in udf_fill_super()
2228 inode = udf_iget(sb, &rootdir); in udf_fill_super()
2231 rootdir.logicalBlockNum, rootdir.partitionReferenceNum); in udf_fill_super()