Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ubifs/
H A Dubifs.c306 struct inode *dir = file->f_path.dentry->d_inode; in ubifs_printdir()
400 struct dentry *dentry; in ubifs_finddir() local
405 dentry = kzalloc(sizeof(struct dentry), 0); in ubifs_finddir()
407 if (!file || !dentry || !dir) { in ubifs_finddir()
414 file->f_path.dentry = dentry; in ubifs_finddir()
415 file->f_path.dentry->d_parent = dentry; in ubifs_finddir()
416 file->f_path.dentry->d_inode = dir; in ubifs_finddir()
417 file->f_path.dentry->d_inode->i_ino = root_inum; in ubifs_finddir()
472 free(dentry); in ubifs_finddir()
588 struct dentry *dentry; in ubifs_ls() local
[all …]
H A Ddebug.h107 struct dentry *dfs_dir;
108 struct dentry *dfs_dump_lprops;
109 struct dentry *dfs_dump_budg;
110 struct dentry *dfs_dump_tnc;
111 struct dentry *dfs_chk_gen;
112 struct dentry *dfs_chk_index;
113 struct dentry *dfs_chk_orph;
114 struct dentry *dfs_chk_lprops;
115 struct dentry *dfs_chk_fs;
116 struct dentry *dfs_tst_rcvry;
[all …]
H A Dubifs.h44 struct 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_root; /* root of the mounted tree */
426 struct dentry *dentry; member
[all …]
H A Ddebug.c2690 static struct dentry *dfs_rootdir;
2728 struct dentry *dent = file->f_path.dentry; in dfs_file_read()
2784 struct dentry *dent = file->f_path.dentry; in dfs_file_write()
2799 if (file->f_path.dentry == d->dfs_dump_lprops) { in dfs_file_write()
2803 if (file->f_path.dentry == d->dfs_dump_budg) { in dfs_file_write()
2807 if (file->f_path.dentry == d->dfs_dump_tnc) { in dfs_file_write()
2862 struct dentry *dent; in dbg_debugfs_init_fs()
2973 static struct dentry *dfs_chk_gen;
2974 static struct dentry *dfs_chk_index;
2975 static struct dentry *dfs_chk_orph;
[all …]
H A Dsuper.c41 struct dentry;
577 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs() argument
579 struct ubifs_info *c = dentry->d_sb->s_fs_info; in ubifs_statfs()
604 static int ubifs_show_options(struct seq_file *s, struct dentry *root) in ubifs_show_options()
2447 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount()
2686 struct dentry *ret; in uboot_ubifs_mount()
/openbmc/u-boot/include/linux/
H A Dmbus.h39 struct dentry *debugfs_root;
40 struct dentry *debugfs_sdram;
41 struct dentry *debugfs_devs;
/openbmc/u-boot/drivers/mtd/ubi/
H A Dubi.h402 struct dentry *dfs_dir;
403 struct dentry *dfs_chk_gen;
404 struct dentry *dfs_chk_io;
405 struct dentry *dfs_chk_fastmap;
406 struct dentry *dfs_disable_bgt;
407 struct dentry *dfs_emulate_bitflips;
408 struct dentry *dfs_emulate_io_failures;
409 struct dentry *dfs_emulate_power_cut;
410 struct dentry *dfs_power_cut_min;
411 struct dentry *dfs_power_cut_max;
H A Ddebug.c215 static struct dentry *dfs_rootdir;
254 struct dentry *dent = file->f_path.dentry; in dfs_file_read()
317 struct dentry *dent = file->f_path.dentry; in dfs_file_write()
400 struct dentry *dent; in ubi_debugfs_init_dev()
H A Dbuild.c1188 major = imajor(d_backing_inode(path.dentry)); in open_mtd_by_chdev()
1189 minor = iminor(d_backing_inode(path.dentry)); in open_mtd_by_chdev()
1190 mode = d_backing_inode(path.dentry)->i_mode; in open_mtd_by_chdev()
H A Dkapi.c312 inode = d_backing_inode(path.dentry); in ubi_open_volume_path()
/openbmc/u-boot/cmd/
H A Dmtdparts.c233 struct list_head *dentry; in index_partitions() local
240 list_for_each(dentry, &devices) { in index_partitions()
241 dev = list_entry(dentry, struct mtd_device, link); in index_partitions()
1086 struct list_head *pentry, *dentry; in generate_mtdparts() local
1102 list_for_each(dentry, &devices) { in generate_mtdparts()
1103 dev = list_entry(dentry, struct mtd_device, link); in generate_mtdparts()
1182 if (dentry->next != &devices) { in generate_mtdparts()
1249 struct list_head *dentry, *pentry; local
1254 list_for_each(dentry, &devices) {
1255 dev = list_entry(dentry, struct mtd_device, link);
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/extras/
H A D0003-ext4_utils-drop-unused-parameter-from-allocate_inode.patch43 @@ -112,7 +112,7 @@ u32 make_directory(u32 dir_inode_num, u32 entries, struct dentry *dentries,
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h783 struct dentry *root;
/openbmc/qemu/tests/data/qobject/
H A Dqdict.txt4222 dentry.c: 2934
4223 dentry-locking.txt: 8359