Home
last modified time | relevance | path

Searched defs:dentry (Results 1 – 11 of 11) sorted by relevance

/third_party/f2fs-tools/fsck/
Df2fs.h201 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 …]
Dfsck.c1283 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()
Ddir.c114 struct f2fs_dir_entry *dentry = NULL; in find_in_level() local
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
Ddebugfs.h15 static inline void debugfs_remove(struct dentry *dentry) { } in debugfs_remove()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h132 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/
Dde_iter.c234 int ith, struct exfat_dentry **dentry) in exfat_de_iter_get()
269 int ith, struct exfat_dentry **dentry) in exfat_de_iter_get_dirty()
Dfsck.c848 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/
Dstringrep.c56 struct dirent *dentry; in discover_class() local
/third_party/exfatprogs/include/
Dexfat_ondisk.h190 } __attribute__((packed)) dentry; member
/third_party/glib/glib/
Dgtestutils.c2704 DestroyEntry *dentry; in g_test_queue_destroy() local
2781 DestroyEntry *dentry = test_destroy_queue; in test_case_run() local
/third_party/f2fs-tools/include/
Df2fs_fs.h1149 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member