/third_party/f2fs-tools/fsck/ |
D | f2fs.h | 201 struct f2fs_dir_entry *dentry; member 207 struct dentry { struct 208 char *path; 209 char *full_path; 210 const u8 *name; 211 int len; 212 char *link; 213 unsigned long size; 214 u8 file_type; 215 u16 mode; [all …]
|
D | fsck.c | 1283 u8 *bitmap, struct f2fs_dir_entry *dentry, in print_dentry() 1330 struct f2fs_dir_entry *dentry, in f2fs_check_hash_code() 1366 static int f2fs_check_dirent_position(const struct f2fs_dir_entry *dentry, in f2fs_check_dirent_position() 1395 struct f2fs_dir_entry *dentry, in __chk_dots_dentries() 1440 static void nullify_dentry(struct f2fs_dir_entry *dentry, int offs, in nullify_dentry() 1450 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
|
/third_party/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()
|
/third_party/exfat-utils/fsck/ |
D | de_iter.c | 234 int ith, struct exfat_dentry **dentry) in exfat_de_iter_get() 269 int ith, struct exfat_dentry **dentry) in exfat_de_iter_get_dirty()
|
D | fsck.c | 848 static void dentry_calc_checksum(struct exfat_dentry *dentry, in dentry_calc_checksum() 890 struct exfat_dentry *dentry; in check_inode() local 1039 struct exfat_dentry *dentry; in read_volume_label() local 1084 struct exfat_dentry *dentry; in read_bitmap() local 1125 struct exfat_dentry *dentry; in read_upcase_table() local 1185 struct exfat_dentry *dentry; in read_children() local
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | mtdparts.c | 234 struct list_head *dentry; in index_partitions() local 1087 struct list_head *pentry, *dentry; in generate_mtdparts() local 1250 struct list_head *dentry, *pentry; local 1351 struct list_head *dentry, *pentry; local 1486 struct list_head *dentry, *pentry; local
|
/third_party/uboot/u-boot-2020.01/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 | 385 struct dentry *dentry; in ubifs_finddir() local 573 struct dentry *dentry; in ubifs_ls() local
|
D | super.c | 577 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs()
|
/third_party/selinux/libselinux/src/ |
D | stringrep.c | 56 struct dirent *dentry; in discover_class() local
|
/third_party/exfat-utils/include/ |
D | exfat_ondisk.h | 190 } __attribute__((packed)) dentry; member
|
/third_party/glib/glib/ |
D | gtestutils.c | 2704 DestroyEntry *dentry; in g_test_queue_destroy() local 2781 DestroyEntry *dentry = test_destroy_queue; in test_case_run() local
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 1149 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
|