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

/u-boot/fs/ubifs/
H A Ddebug.h108 struct dentry *dfs_dir;
109 struct dentry *dfs_dump_lprops;
110 struct dentry *dfs_dump_budg;
111 struct dentry *dfs_dump_tnc;
112 struct dentry *dfs_chk_gen;
113 struct dentry *dfs_chk_index;
114 struct dentry *dfs_chk_orph;
115 struct dentry *dfs_chk_lprops;
116 struct dentry *dfs_chk_fs;
117 struct dentry *dfs_tst_rcvr
[all...]
H A Dubifs.h45 struct dentry;
94 * dentry.
267 int (*statfs) (struct dentry *, struct kstatfs *);
273 int (*show_options)(struct seq_file *, struct dentry *);
274 int (*show_devname)(struct seq_file *, struct dentry *);
275 int (*show_path)(struct seq_file *, struct dentry *);
276 int (*show_stats)(struct seq_file *, struct dentry *);
300 struct dentry *s_root;
398 struct dentry *(*mount) (struct file_system_type *, int,
419 struct dentry *mnt_roo
426 struct dentry *dentry; member in struct:path
567 struct dentry { struct
596 parent_ino(struct dentry *dentry) argument
[all...]
H A Dubifs.c290 struct inode *dir = file->f_path.dentry->d_inode;
384 struct dentry *dentry; local
389 dentry = kzalloc(sizeof(struct dentry), 0);
391 if (!file || !dentry || !dir) {
398 file->f_path.dentry = dentry;
399 file->f_path.dentry->d_parent = dentry;
572 struct dentry *dentry; local
[all...]
H A Ddebug.c1440 * corresponding xentry/dentry names.
2490 * This is either a dentry or xentry, which should be sorted in
2721 static struct dentry *dfs_rootdir;
2759 struct dentry *dent = file->f_path.dentry;
2815 struct dentry *dent = file->f_path.dentry;
2830 if (file->f_path.dentry == d->dfs_dump_lprops) {
2834 if (file->f_path.dentry == d->dfs_dump_budg) {
2838 if (file->f_path.dentry
[all...]
H A Dsuper.c46 struct dentry;
582 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) argument
584 struct ubifs_info *c = dentry->d_sb->s_fs_info;
609 static int ubifs_show_options(struct seq_file *s, struct dentry *root)
1659 dbg_gen("node sizes: data %zu, inode %zu, dentry %zu",
1665 dbg_gen("max. node sizes: data %zu, inode %zu dentry %zu, idx %d",
2457 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags,
2696 struct dentry *ret;
/u-boot/drivers/mtd/ubi/
H A Dubi.h407 struct dentry *dfs_dir;
408 struct dentry *dfs_chk_gen;
409 struct dentry *dfs_chk_io;
410 struct dentry *dfs_chk_fastmap;
411 struct dentry *dfs_disable_bgt;
412 struct dentry *dfs_emulate_bitflips;
413 struct dentry *dfs_emulate_io_failures;
414 struct dentry *dfs_emulate_power_cut;
415 struct dentry *dfs_power_cut_min;
416 struct dentry *dfs_power_cut_ma
[all...]
H A Ddebug.c219 static struct dentry *dfs_rootdir;
258 struct dentry *dent = file->f_path.dentry;
321 struct dentry *dent = file->f_path.dentry;
404 struct dentry *dent;
H A Dbuild.c1185 major = imajor(d_backing_inode(path.dentry));
1186 minor = iminor(d_backing_inode(path.dentry));
1187 mode = d_backing_inode(path.dentry)->i_mode;
H A Dkapi.c313 inode = d_backing_inode(path.dentry);
/u-boot/cmd/
H A Dmtdparts.c233 struct list_head *dentry; local
240 list_for_each(dentry, &devices) {
241 dev = list_entry(dentry, struct mtd_device, link);
1086 struct list_head *pentry, *dentry; local
1102 list_for_each(dentry, &devices) {
1103 dev = list_entry(dentry, struct mtd_device, link);
1182 if (dentry->next != &devices) {
1249 struct list_head *dentry, *pentry; local
1254 list_for_each(dentry, &devices) {
1255 dev = list_entry(dentry, struc
1350 struct list_head *dentry, *pentry; local
1485 struct list_head *dentry, *pentry; local
[all...]
/u-boot/drivers/usb/dwc3/
H A Dcore.h837 struct dentry *root;

Completed in 206 milliseconds