Home
last modified time | relevance | path

Searched refs:dentry (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c307 struct inode *dir = file->f_path.dentry->d_inode; in ubifs_printdir()
401 struct dentry *dentry; in ubifs_finddir() local
406 dentry = kzalloc(sizeof(struct dentry), 0); in ubifs_finddir()
408 if (!file || !dentry || !dir) { in ubifs_finddir()
415 file->f_path.dentry = dentry; in ubifs_finddir()
416 file->f_path.dentry->d_parent = dentry; in ubifs_finddir()
417 file->f_path.dentry->d_inode = dir; in ubifs_finddir()
418 file->f_path.dentry->d_inode->i_ino = root_inum; in ubifs_finddir()
473 free(dentry); in ubifs_finddir()
589 struct dentry *dentry; in ubifs_ls() local
[all …]
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_rcvry;
[all …]
H A Dubifs.h45 struct dentry;
268 int (*statfs) (struct dentry *, struct kstatfs *);
274 int (*show_options)(struct seq_file *, struct dentry *);
275 int (*show_devname)(struct seq_file *, struct dentry *);
276 int (*show_path)(struct seq_file *, struct dentry *);
277 int (*show_stats)(struct seq_file *, struct dentry *);
301 struct dentry *s_root;
399 struct dentry *(*mount) (struct file_system_type *, int,
420 struct dentry *mnt_root; /* root of the mounted tree */
427 struct dentry *dentry; member
[all …]
H A Ddebug.c2691 static struct dentry *dfs_rootdir;
2729 struct dentry *dent = file->f_path.dentry; in dfs_file_read()
2785 struct dentry *dent = file->f_path.dentry; in dfs_file_write()
2800 if (file->f_path.dentry == d->dfs_dump_lprops) { in dfs_file_write()
2804 if (file->f_path.dentry == d->dfs_dump_budg) { in dfs_file_write()
2808 if (file->f_path.dentry == d->dfs_dump_tnc) { in dfs_file_write()
2863 struct dentry *dent; in dbg_debugfs_init_fs()
2974 static struct dentry *dfs_chk_gen;
2975 static struct dentry *dfs_chk_index;
2976 static struct dentry *dfs_chk_orph;
[all …]
H A Dsuper.c42 struct dentry;
578 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs() argument
580 struct ubifs_info *c = dentry->d_sb->s_fs_info; in ubifs_statfs()
605 static int ubifs_show_options(struct seq_file *s, struct dentry *root) in ubifs_show_options()
2448 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount()
2687 struct dentry *ret; in uboot_ubifs_mount()
/rk3399_rockchip-uboot/include/linux/
H A Dmbus.h39 struct dentry *debugfs_root;
40 struct dentry *debugfs_sdram;
41 struct dentry *debugfs_devs;
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi.h403 struct dentry *dfs_dir;
404 struct dentry *dfs_chk_gen;
405 struct dentry *dfs_chk_io;
406 struct dentry *dfs_chk_fastmap;
407 struct dentry *dfs_disable_bgt;
408 struct dentry *dfs_emulate_bitflips;
409 struct dentry *dfs_emulate_io_failures;
410 struct dentry *dfs_emulate_power_cut;
411 struct dentry *dfs_power_cut_min;
412 struct dentry *dfs_power_cut_max;
H A Ddebug.c216 static struct dentry *dfs_rootdir;
255 struct dentry *dent = file->f_path.dentry; in dfs_file_read()
318 struct dentry *dent = file->f_path.dentry; in dfs_file_write()
401 struct dentry *dent; in ubi_debugfs_init_dev()
H A Dbuild.c1189 major = imajor(d_backing_inode(path.dentry)); in open_mtd_by_chdev()
1190 minor = iminor(d_backing_inode(path.dentry)); in open_mtd_by_chdev()
1191 mode = d_backing_inode(path.dentry)->i_mode; in open_mtd_by_chdev()
H A Dkapi.c313 inode = d_backing_inode(path.dentry); in ubi_open_volume_path()
/rk3399_rockchip-uboot/cmd/
H A Dmtdparts.c234 struct list_head *dentry; in index_partitions() local
241 list_for_each(dentry, &devices) { in index_partitions()
242 dev = list_entry(dentry, struct mtd_device, link); in index_partitions()
1087 struct list_head *pentry, *dentry; in generate_mtdparts() local
1106 list_for_each(dentry, &devices) { in generate_mtdparts()
1107 dev = list_entry(dentry, struct mtd_device, link); in generate_mtdparts()
1186 if (dentry->next != &devices) { in generate_mtdparts()
1253 struct list_head *dentry, *pentry; local
1258 list_for_each(dentry, &devices) {
1259 dev = list_entry(dentry, struct mtd_device, link);
[all …]
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.h806 struct dentry *root;
/rk3399_rockchip-uboot/drivers/power/power_delivery/
H A Dtcpm.c448 struct dentry *dentry; member