Searched defs:dentry (Results 1 - 20 of 20) 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)
185 struct dentry *debugfs_create_i2400m_suspend(
186 const char *name, struct dentry *parent, struct i2400m *i2400m)
222 struct dentry *debugfs_create_i2400m_reset(
223 const char *name, struct dentry *parent, struct i2400m *i2400m)
242 struct dentry *dentry = i2400m->wimax_dev.debugfs_dentry; local
243 struct dentry *fd;
245 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.c397 struct dentry *dentry = i2400mu->i2400m.wimax_dev.debugfs_dentry; local
398 struct dentry *fd;
400 dentry = debugfs_create_dir("i2400m-usb", dentry);
401 result = PTR_ERR(dentry);
402 if (IS_ERR(dentry)) {
407 i2400mu->debugfs_dentry = dentry;
408 __debugfs_register("dl_", usb, dentry);
409 __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.c136 struct dentry *root, char const *name, const struct file_operations *fops,
139 struct dentry *dentry; local
142 dentry = d_alloc_name(root, name);
143 if (!dentry)
147 dput(dentry);
151 d_add(dentry, inode);
152 dentry->d_inode->i_private = priv;
157 int oprofilefs_create_ulong(struct super_block *sb, struct dentry *root,
165 int oprofilefs_create_ro_ulong(struct super_block *sb, struct dentry *roo
212 struct dentry *dentry; local
[all...]
/drivers/usb/host/
H A Duhci-hcd.c522 debugfs_remove(uhci->dentry);
564 struct dentry __maybe_unused *dentry; local
578 dentry = debugfs_create_file(hcd->self.bus_name,
581 if (!dentry) {
585 uhci->dentry = dentry;
698 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.c94 static struct dentry *ibmasmfs_mount(struct file_system_type *fst,
151 static struct dentry *ibmasmfs_create_file (struct super_block *sb,
152 struct dentry *parent,
158 struct dentry *dentry; local
161 dentry = d_alloc_name(parent, name);
162 if (!dentry)
167 dput(dentry);
174 d_add(dentry, inode);
175 return dentry;
182 struct dentry *dentry; local
[all...]
/drivers/usb/core/
H A Dinode.c54 static struct dentry *devices_usbfs_dentry;
67 static int usbfs_show_options(struct seq_file *seq, struct dentry *root)
190 static void update_special(struct dentry *special)
197 static void update_dev(struct dentry *dev)
204 static void update_bus(struct dentry *bus)
206 struct dentry *dev = NULL;
223 struct dentry *root = sb->s_root;
224 struct dentry *bus = NULL;
300 static int usbfs_mknod (struct inode *dir, struct dentry *dentry, umode_ argument
317 usbfs_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode) argument
328 usbfs_create(struct inode *dir, struct dentry *dentry, umode_t mode) argument
334 usbfs_positive(struct dentry *dentry) argument
339 usbfs_empty(struct dentry *dentry) argument
359 usbfs_unlink(struct inode *dir, struct dentry *dentry) argument
370 usbfs_rmdir(struct inode *dir, struct dentry *dentry) argument
472 fs_create_by_name(const char *name, umode_t mode, struct dentry *parent, struct dentry **dentry) argument
512 struct dentry *dentry; local
534 fs_remove_file(struct dentry *dentry) argument
[all...]
/drivers/power/
H A Dsmb347-charger.c138 * @dentry: for debugfs
155 struct dentry *dentry; member in struct:smb347_charger
1520 smb->dentry = debugfs_create_file("smb347-regs", S_IRUSR, NULL, smb,
1529 if (!IS_ERR_OR_NULL(smb->dentry))
1530 debugfs_remove(smb->dentry);
/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
1581 struct dentry *dentry; local
1586 dentry = ep->dentry;
1587 ep->dentry = NULL;
1588 parent = dentry
2009 struct dentry *dentry; local
[all...]
/drivers/pci/hotplug/
H A Dcpqphp.h323 struct dentry *dentry; /* debugfs dentry */ member in struct:controller

Completed in 2615 milliseconds