Home
last modified time | relevance | path

Searched defs:dentry (Results 1 – 14 of 14) 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/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/exfat-utils/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/uboot/u-boot-2020.01/cmd/
Dmtdparts.c234 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/
Dubifs.h426 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()
Dubifs.c385 struct dentry *dentry; in ubifs_finddir() local
573 struct dentry *dentry; in ubifs_ls() local
Dsuper.c577 static int ubifs_statfs(struct dentry *dentry, struct kstatfs *buf) in ubifs_statfs()
/third_party/selinux/libselinux/src/
Dstringrep.c56 struct dirent *dentry; in discover_class() local
/third_party/exfat-utils/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