Searched defs:dentry (Results 1 - 19 of 19) sorted by relevance

/drivers/net/wimax/i2400m/
H A Ddebugfs.c49 struct dentry *debugfs_create_netdev_queue_stopped(
50 const char *name, struct dentry *parent, struct i2400m *i2400m)
196 struct dentry *debugfs_create_i2400m_suspend(
197 const char *name, struct dentry *parent, struct i2400m *i2400m)
233 struct dentry *debugfs_create_i2400m_reset(
234 const char *name, struct dentry *parent, struct i2400m *i2400m)
253 struct dentry *dentry = i2400m->wimax_dev.debugfs_dentry; local
254 struct dentry *fd;
256 dentry
[all...]
H A Dsdio.c410 struct dentry *dentry = i2400ms->i2400m.wimax_dev.debugfs_dentry; local
412 dentry = debugfs_create_dir("i2400m-sdio", dentry);
413 result = PTR_ERR(dentry);
414 if (IS_ERR(dentry)) {
419 i2400ms->debugfs_dentry = dentry;
420 __debugfs_register("dl_", main, dentry);
421 __debugfs_register("dl_", tx, dentry);
422 __debugfs_register("dl_", rx, dentry);
[all...]
H A Dusb.c379 struct dentry *dentry = i2400mu->i2400m.wimax_dev.debugfs_dentry; local
380 struct dentry *fd;
382 dentry = debugfs_create_dir("i2400m-usb", dentry);
383 result = PTR_ERR(dentry);
384 if (IS_ERR(dentry)) {
389 i2400mu->debugfs_dentry = dentry;
390 __debugfs_register("dl_", usb, dentry);
391 __debugfs_register("dl_", fw, dentry);
[all...]
/drivers/net/wireless/b43legacy/
H A Ddebugfs.h19 struct dentry;
30 struct dentry *dentry; member in struct:b43legacy_dfs_file
37 struct dentry *subdir;
52 struct dentry *dyn_debug_dentries[__B43legacy_NR_DYNDBG];
/drivers/xen/xenfs/
H A Dsuper.c40 static struct dentry *xenfs_create_file(struct super_block *sb,
41 struct dentry *parent,
47 struct dentry *dentry; local
50 dentry = d_alloc_name(parent, name);
51 if (!dentry)
56 dput(dentry);
63 d_add(dentry, inode);
64 return dentry;
108 static struct dentry *xenfs_moun
[all...]
/drivers/base/
H A Ddevtmpfs.c54 static struct dentry *dev_mount(struct file_system_type *fs_type, int flags,
147 struct dentry *dentry; local
151 dentry = kern_path_create(AT_FDCWD, name, &path, 1);
152 if (IS_ERR(dentry))
153 return PTR_ERR(dentry);
155 err = vfs_mkdir(path.dentry->d_inode, dentry, mode);
158 dentry->d_inode->i_private = &thread;
159 dput(dentry);
194 struct dentry *dentry; local
231 struct dentry *dentry; local
309 struct dentry *dentry; local
[all...]
/drivers/infiniband/hw/ipath/
H A Dipath_fs.c48 static int ipathfs_mknod(struct inode *dir, struct dentry *dentry, argument
72 d_instantiate(dentry, inode);
80 struct dentry *parent, struct dentry **dentry,
85 *dentry = NULL;
87 *dentry = lookup_one_len(name, parent, strlen(name));
88 if (!IS_ERR(*dentry))
89 error = ipathfs_mknod(parent->d_inode, *dentry,
79 create_file(const char *name, umode_t mode, struct dentry *parent, struct dentry **dentry, const struct file_operations *fops, void *data) argument
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_fs.c49 static int qibfs_mknod(struct inode *dir, struct dentry *dentry, argument
78 d_instantiate(dentry, inode);
86 struct dentry *parent, struct dentry **dentry,
91 *dentry = NULL;
93 *dentry = lookup_one_len(name, parent, strlen(name));
94 if (!IS_ERR(*dentry))
95 error = qibfs_mknod(parent->d_inode, *dentry,
85 create_file(const char *name, umode_t mode, struct dentry *parent, struct dentry **dentry, const struct file_operations *fops, void *data) argument
[all...]
/drivers/net/wireless/b43/
H A Ddebugfs.h22 struct dentry;
34 struct dentry *dentry; member in struct:b43_dfs_file
41 struct dentry *subdir;
73 struct dentry *dyn_debug_dentries[__B43_NR_DYNDBG];
/drivers/oprofile/
H A Doprofilefs.c144 struct dentry *root, char const *name, const struct file_operations *fops,
147 struct dentry *dentry; local
150 dentry = d_alloc_name(root, name);
151 if (!dentry)
155 dput(dentry);
159 d_add(dentry, inode);
160 dentry->d_inode->i_private = priv;
165 int oprofilefs_create_ulong(struct super_block *sb, struct dentry *root,
173 int oprofilefs_create_ro_ulong(struct super_block *sb, struct dentry *roo
220 struct dentry *dentry; local
[all...]
/drivers/usb/host/
H A Duhci-hcd.c523 debugfs_remove(uhci->dentry);
565 struct dentry __maybe_unused *dentry; local
576 dentry = debugfs_create_file(hcd->self.bus_name,
579 if (!dentry) {
583 uhci->dentry = dentry;
696 debugfs_remove(uhci->dentry);
H A Duhci-hcd.h386 struct dentry *dentry; member in struct:uhci_hcd
H A Disp116x.h262 struct dentry *dentry; member in struct:isp116x
/drivers/misc/ibmasm/
H A Dibmasmfs.c90 static void ibmasmfs_create_files (struct super_block *sb, struct dentry *root);
94 static struct dentry *ibmasmfs_mount(struct file_system_type *fst,
117 struct dentry *root_dentry;
155 static struct dentry *ibmasmfs_create_file (struct super_block *sb,
156 struct dentry *parent,
162 struct dentry *dentry; local
165 dentry = d_alloc_name(parent, name);
166 if (!dentry)
171 dput(dentry);
186 struct dentry *dentry; local
[all...]
/drivers/usb/core/
H A Dinode.c55 static struct dentry *devices_usbfs_dentry;
68 static int usbfs_show_options(struct seq_file *seq, struct dentry *root)
191 static void update_special(struct dentry *special)
198 static void update_dev(struct dentry *dev)
205 static void update_bus(struct dentry *bus)
207 struct dentry *dev = NULL;
224 struct dentry *root = sb->s_root;
225 struct dentry *bus = NULL;
301 static int usbfs_mknod (struct inode *dir, struct dentry *dentry, umode_ argument
318 usbfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) argument
329 usbfs_create(struct inode *dir, struct dentry *dentry, umode_t mode) argument
335 usbfs_positive(struct dentry *dentry) argument
340 usbfs_empty(struct dentry *dentry) argument
360 usbfs_unlink(struct inode *dir, struct dentry *dentry) argument
371 usbfs_rmdir(struct inode *dir, struct dentry *dentry) argument
490 fs_create_by_name(const char *name, umode_t mode, struct dentry *parent, struct dentry **dentry) argument
530 struct dentry *dentry; local
552 fs_remove_file(struct dentry *dentry) argument
[all...]
/drivers/s390/block/
H A Ddasd_int.h416 struct dentry *dentry; member in struct:dasd_profile
472 struct dentry *debugfs_dentry;
496 struct dentry *debugfs_dentry;
/drivers/usb/gadget/
H A Df_fs.c315 struct dentry *dentry; member in struct:ffs_epfile
331 struct dentry **dentry_p);
999 struct dentry **dentry_p)
1002 struct dentry *dentry; local
1007 dentry = d_alloc_name(sb->s_root, name);
1008 if (unlikely(!dentry))
1013 dput(dentry);
1017 d_add(dentry, inod
[all...]
H A Dinode.c141 struct dentry *dentry; member in struct:dev_data
199 struct dentry *dentry; member in struct:ep_data
1582 struct dentry *dentry; local
1587 dentry = ep->dentry;
1588 ep->dentry = NULL;
1589 parent = dentry
2011 struct dentry *dentry; local
[all...]
/drivers/pci/hotplug/
H A Dcpqphp.h323 struct dentry *dentry; /* debugfs dentry */ member in struct:controller

Completed in 389 milliseconds