Searched defs:dentry (Results 1 – 11 of 11) sorted by relevance
| /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/mce-test/tsrc/kinclude/linux/ |
| D | debugfs.h | 15 static inline void debugfs_remove(struct dentry *dentry) { } in debugfs_remove()
|
| /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/exfatprogs/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/selinux/libselinux/src/ |
| D | stringrep.c | 56 struct dirent *dentry; in discover_class() local
|
| /third_party/exfatprogs/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
|