/external/f2fs-tools/fsck/ |
D | f2fs.h | 125 struct f2fs_dir_entry *dentry; member 131 struct dentry { struct 132 char *path; 133 char *full_path; 134 const u8 *name; 135 int len; 136 char *link; 137 unsigned long size; 138 u8 file_type; 139 u16 mode; [all …]
|
D | fsck.c | 1213 u8 *bitmap, struct f2fs_dir_entry *dentry, in print_dentry() 1259 static int f2fs_check_hash_code(struct f2fs_dir_entry *dentry, in f2fs_check_hash_code() 1320 struct f2fs_dir_entry *dentry, in __chk_dots_dentries() 1365 static void nullify_dentry(struct f2fs_dir_entry *dentry, int offs, in nullify_dentry() 1374 u8 *bitmap, struct f2fs_dir_entry *dentry, in __chk_dentries()
|
D | dir.c | 114 struct f2fs_dir_entry *dentry = NULL; in find_in_level() local
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 132 static inline void inotify_d_instantiate(struct dentry *dentry, in inotify_d_instantiate() 137 static inline void inotify_d_move(struct dentry *dentry) in inotify_d_move() 148 static inline void inotify_dentry_parent_queue_event(struct dentry *dentry, in inotify_dentry_parent_queue_event()
|
/external/u-boot/cmd/ |
D | mtdparts.c | 230 struct list_head *dentry; in index_partitions() local 1080 struct list_head *pentry, *dentry; in generate_mtdparts() local 1246 struct list_head *dentry, *pentry; local 1347 struct list_head *dentry, *pentry; local 1482 struct list_head *dentry, *pentry; local
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | export.c | 78 struct dentry *dentry = ERR_PTR(-ENOENT); in squashfs_export_iget() local
|
D | namei.c | 135 static struct dentry *squashfs_lookup(struct inode *dir, struct dentry *dentry, in squashfs_lookup()
|
D | super.c | 300 static int squashfs_statfs(struct dentry *dentry, struct kstatfs *buf) in squashfs_statfs()
|
/external/u-boot/fs/ubifs/ |
D | ubifs.h | 426 struct dentry *dentry; member 567 struct dentry { struct 569 spinlock_t d_lock; /* per dentry lock */ argument 577 struct dentry *d_parent; /* parent directory */ argument 587 struct super_block *d_sb; /* The root of the dentry tree */ argument 596 static inline ino_t parent_ino(struct dentry *dentry) in parent_ino()
|
D | ubifs.c | 398 struct dentry *dentry; in ubifs_finddir() local 586 struct dentry *dentry; in ubifs_ls() local
|
D | super.c | 577 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs()
|
/external/selinux/libselinux/src/ |
D | stringrep.c | 56 struct dirent *dentry; in discover_class() local
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 629 static struct dentry *squashfs_lookup_2(struct inode *i, struct dentry *dentry) in squashfs_lookup_2()
|
D | inode.c | 1866 static struct dentry *squashfs_lookup(struct inode *i, struct dentry *dentry) in squashfs_lookup()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 1089 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
|