Searched refs:dentry (Results 1 - 25 of 267) sorted by relevance

1234567891011

/drivers/net/wireless/wl1251/
H A Dwl1251.h159 struct dentry *rootdir;
160 struct dentry *fw_statistics;
162 struct dentry *tx_internal_desc_overflow;
164 struct dentry *rx_out_of_mem;
165 struct dentry *rx_hdr_overflow;
166 struct dentry *rx_hw_stuck;
167 struct dentry *rx_dropped;
168 struct dentry *rx_fcs_err;
169 struct dentry *rx_xfr_hint_trig;
170 struct dentry *rx_path_rese
[all...]
/drivers/pinctrl/
H A Dpinmux.h16 void pinmux_init_device_debugfs(struct dentry *devroot,
18 void pinmux_init_debugfs(struct dentry *subsys_root);
29 static inline void pinmux_init_device_debugfs(struct dentry *devroot,
34 static inline void pinmux_init_debugfs(struct dentry *subsys_root)
H A Dpinconf.h17 void pinconf_init_device_debugfs(struct dentry *devroot,
31 static inline void pinconf_init_device_debugfs(struct dentry *devroot,
/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/oprofile/
H A Doprofile_stats.h29 struct dentry;
32 void oprofile_create_stats_files(struct super_block *sb, struct dentry *root);
H A Doprof.h34 struct dentry;
36 void oprofile_create_files(struct super_block *sb, struct dentry *root);
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...]
H A Doprofile_stats.c41 void oprofile_create_stats_files(struct super_block *sb, struct dentry *root)
44 struct dentry *cpudir;
45 struct dentry *dir;
/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/crypto/caam/
H A Dintern.h99 struct dentry *dfs_root;
100 struct dentry *ctl; /* controller dir */
101 struct dentry *ctl_rq_dequeued, *ctl_ob_enc_req, *ctl_ib_dec_req;
102 struct dentry *ctl_ob_enc_bytes, *ctl_ob_prot_bytes;
103 struct dentry *ctl_ib_dec_bytes, *ctl_ib_valid_bytes;
104 struct dentry *ctl_faultaddr, *ctl_faultdetail, *ctl_faultstatus;
107 struct dentry *ctl_kek, *ctl_tkek, *ctl_tdsk;
/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...]
/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/net/wireless/iwmc3200wifi/
H A Ddebug.h92 struct dentry *rootdir;
93 struct dentry *devdir;
94 struct dentry *dbgdir;
95 struct dentry *txdir;
96 struct dentry *rxdir;
97 struct dentry *busdir;
100 struct dentry *dbg_level_dentry;
103 struct dentry *dbg_modules_dentry;
106 struct dentry *dbg_module_dentries[__IWM_DM_NR];
108 struct dentry *txq_dentr
[all...]
H A Dsdio.h59 struct dentry *cccr_dentry;
H A Dbus.h34 void (*debugfs_init)(struct iwm_priv *iwm, struct dentry *parent_dir);
/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/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/mmc/host/
H A Ds3cmci.h74 struct dentry *debug_root;
75 struct dentry *debug_state;
76 struct dentry *debug_regs;
/drivers/acpi/
H A Ddebugfs.c13 struct dentry *acpi_debugfs_dir;
/drivers/misc/iwmc3200top/
H A Ddebugfs.h35 struct dentry *dir_drv;
/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/usb/mon/
H A Dusb_mon.h24 struct dentry *dent_s; /* Debugging file */
25 struct dentry *dent_t; /* Text interface file */
26 struct dentry *dent_u; /* Second text interface file */
/drivers/net/wireless/libertas/
H A Ddev.h63 struct dentry *debugfs_dir;
64 struct dentry *debugfs_debug;
65 struct dentry *debugfs_files[6];
66 struct dentry *events_dir;
67 struct dentry *debugfs_events_files[6];
68 struct dentry *regs_dir;
69 struct dentry *debugfs_regs_files[6];
/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/mtd/ubi/
H A Ddebug.h109 struct dentry *dfs_dir;
110 struct dentry *dfs_chk_gen;
111 struct dentry *dfs_chk_io;
112 struct dentry *dfs_disable_bgt;
113 struct dentry *dfs_emulate_bitflips;
114 struct dentry *dfs_emulate_io_failures;

Completed in 1151 milliseconds

1234567891011