Lines Matching defs:root
170 struct dentry *root;
178 root = debugfs_create_dir(buf, ctx);
180 debugfs_create_file("active", 0644, root, &ldev->ctx.table[id],
183 debugfs_create_file("compression", 0644, root, &ldev->ctx.table[id],
186 debugfs_create_file("prefix", 0644, root, &ldev->ctx.table[id],
189 debugfs_create_file("prefix_len", 0644, root, &ldev->ctx.table[id],
233 struct dentry *root;
238 root = debugfs_create_dir("ieee802154", ldev->iface_debugfs);
240 debugfs_create_file("short_addr", 0444, root,
251 /* creating the root */