/third_party/f2fs-tools/fsck/ |
D | f2fs.h | 205 struct f2fs_dir_entry *dentry; member 211 struct dentry { struct 212 char *path; 213 char *full_path; 214 const u8 *name; 215 int len; 216 char *link; 217 unsigned long size; 218 u8 file_type; 219 u16 mode; [all …]
|
D | fsck.c | 1393 u8 *bitmap, struct f2fs_dir_entry *dentry, in print_dentry() 1458 struct f2fs_dir_entry *dentry, in f2fs_check_hash_code() 1494 static int f2fs_check_dirent_position(const struct f2fs_dir_entry *dentry, in f2fs_check_dirent_position() 1523 struct f2fs_dir_entry *dentry, in __chk_dots_dentries() 1568 static void nullify_dentry(struct f2fs_dir_entry *dentry, int offs, in nullify_dentry() 1578 u8 *bitmap, struct f2fs_dir_entry *dentry, in __chk_dentries() 3413 struct f2fs_dentry *dentry = fsck->dentry; in fsck_free() local
|
D | dir.c | 115 struct f2fs_dir_entry *dentry = NULL; in find_in_level() local
|
D | fsck.h | 121 struct f2fs_dentry *dentry; member
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 592 struct exfat_dentry *dentry; in check_inode() local 745 struct exfat_dentry *dentry, in handle_dot_dotdot_filename() 815 struct exfat_dentry *file_de, *stream_de, *dentry; in read_file_dentry_set() local 968 struct exfat_dentry *dentry; in read_bitmap() local 1042 struct exfat_dentry *dentry = NULL; in read_upcase_table() local 1120 struct exfat_dentry *dentry; in read_children() local 1182 struct exfat_dentry *dentry; in read_children() 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/exfat2img/ |
D | exfat2img.c | 300 struct exfat_dentry *file_de, *stream_de, *dentry; in read_file_dentry_set() local 368 struct exfat_dentry *dentry; in read_bitmap() local 401 struct exfat_dentry *dentry = NULL; in read_upcase_table() local 428 struct exfat_dentry *dentry; in read_children() local
|
/third_party/exfatprogs/lib/ |
D | exfat_dir.c | 254 int ith, struct exfat_dentry **dentry) in exfat_de_iter_get() 289 int ith, struct exfat_dentry **dentry) in exfat_de_iter_get_dirty() 355 struct exfat_dentry *dentry = NULL; in exfat_lookup_dentry_set() local 508 void exfat_calc_dentry_checksum(struct exfat_dentry *dentry, in exfat_calc_dentry_checksum()
|
D | libexfat.c | 409 struct exfat_dentry *dentry; in exfat_read_volume_label() 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 | 193 } __attribute__((packed)) dentry; member
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 1381 struct f2fs_dir_entry dentry[NR_DENTRY_IN_BLOCK]; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 3178 struct dentry *dentry; member 4323 struct dentry { struct 4327 struct dentry *d_parent; argument 4332 const struct dentry_operations *d_op; argument 4333 struct super_block *d_sb; 4334 long unsigned int d_time; 4335 void *d_fsdata; 4336 union { 4340 struct list_head d_child; 4341 struct list_head d_subdirs; [all …]
|