Home
last modified time | relevance | path

Searched refs:ext2_dir_entry (Results 1 – 25 of 36) sorted by relevance

12

/third_party/e2fsprogs/lib/ext2fs/
Ddir_iterate.c28 struct ext2_dir_entry *dirent, in ext2fs_get_rec_len()
44 struct ext2_dir_entry *dirent) in ext2fs_set_rec_len()
74 struct ext2_dir_entry *dirent; in ext2fs_validate_entry()
80 dirent = (struct ext2_dir_entry *)(buf + offset); in ext2fs_validate_entry()
98 struct ext2_dir_entry *dirent, in ext2fs_dir_iterate2()
140 int (*func)(struct ext2_dir_entry *dirent,
150 struct ext2_dir_entry *dirent, int offset, in xlate_func()
162 int (*func)(struct ext2_dir_entry *dirent, in ext2fs_dir_iterate()
198 struct ext2_dir_entry *dirent; in ext2fs_process_dir_block()
225 dirent = (struct ext2_dir_entry *) (ctx->buf + offset); in ext2fs_process_dir_block()
Dnewdir.c32 struct ext2_dir_entry *dir = NULL; in ext2fs_new_dir_block()
46 dir = (struct ext2_dir_entry *) buf; in ext2fs_new_dir_block()
73 dir = (struct ext2_dir_entry *) (buf + dir->rec_len); in ext2fs_new_dir_block()
102 struct ext2_dir_entry *dir = NULL; in ext2fs_new_dir_inline_data()
110 dir = (struct ext2_dir_entry *)((char *)iblock + in ext2fs_new_dir_inline_data()
Dunlink.c27 struct ext2_dir_entry *prev;
34 static int unlink_proc(struct ext2_dir_entry *dirent, in unlink_proc()
41 struct ext2_dir_entry *prev; in unlink_proc()
Dcsum.c193 struct ext2_dir_entry *dirent, in __get_dx_countlimit()
198 struct ext2_dir_entry *dp; in __get_dx_countlimit()
210 dp = (struct ext2_dir_entry *)(((char *)dirent) + rec_len); in __get_dx_countlimit()
238 struct ext2_dir_entry *dirent, in ext2fs_get_dx_countlimit()
250 (struct ext2_dir_entry *)t); in ext2fs_initialize_dirent_tail()
255 struct ext2_dir_entry *dirent, in __get_dirent_tail()
259 struct ext2_dir_entry *d; in __get_dirent_tail()
276 d = (struct ext2_dir_entry *)(((char *)d) + rec_len); in __get_dirent_tail()
295 int ext2fs_dirent_has_tail(ext2_filsys fs, struct ext2_dir_entry *dirent) in ext2fs_dirent_has_tail()
302 struct ext2_dir_entry *dirent, __u32 *crc, in ext2fs_dirent_csum()
[all …]
Dlink.c185 struct ext2_dir_entry *dirent, in link_proc()
192 struct ext2_dir_entry *next; in link_proc()
212 next = (struct ext2_dir_entry *) (buf + offset + curr_rec_len); in link_proc()
236 next = (struct ext2_dir_entry *) (buf + offset + in link_proc()
322 struct ext2_dir_entry *de; in dx_move_dirents()
333 de = (struct ext2_dir_entry *) ((char *)from + map[i].off); in dx_move_dirents()
380 struct ext2_dir_entry *de; in dx_split_leaf()
400 de = (struct ext2_dir_entry *) ((char *)buf + offset); in dx_split_leaf()
461 struct ext2_dir_entry *de; in dx_grow_tree()
Ddirblock.c36 (struct ext2_dir_entry *)buf)) in ext2fs_read_dir_block4()
83 (struct ext2_dir_entry *)buf); in ext2fs_write_dir_block4()
Dext2fs.h1097 struct ext2_dir_entry *dirent);
1099 struct ext2_dir_entry *dirent);
1101 struct ext2_dir_entry *dirent);
1103 struct ext2_dir_entry *dirent);
1105 struct ext2_dir_entry *dirent,
1109 struct ext2_dir_entry *dirent,
1181 struct ext2_dir_entry *dirent,
1228 struct ext2_dir_entry *dirent,
1232 struct ext2_dir_entry *dirent);
1237 int (*func)(struct ext2_dir_entry *dirent,
[all …]
Dinline_data.c120 struct ext2_dir_entry dirent; in ext2fs_inline_data_dir_iterate()
276 struct ext2_dir_entry *dir, *dir2; in ext2fs_inline_data_convert_dir()
294 dir = (struct ext2_dir_entry *) bbuf; in ext2fs_inline_data_convert_dir()
305 dir = (struct ext2_dir_entry *) (bbuf + dir->rec_len); in ext2fs_inline_data_convert_dir()
317 dir = (struct ext2_dir_entry *) (bbuf + offset); in ext2fs_inline_data_convert_dir()
329 dir = (struct ext2_dir_entry *) (bbuf + offset); in ext2fs_inline_data_convert_dir()
Dlookup.c32 static int lookup_proc(struct ext2_dir_entry *dirent, in lookup_proc()
Dswapfs.c418 struct ext2_dir_entry *dirent; in ext2fs_dirent_swab_in2()
425 dirent = (struct ext2_dir_entry *) p; in ext2fs_dirent_swab_in2()
460 struct ext2_dir_entry *dirent; in ext2fs_dirent_swab_out2()
465 dirent = (struct ext2_dir_entry *) p; in ext2fs_dirent_swab_out2()
Ddblist_dir.c31 struct ext2_dir_entry *dirent, in ext2fs_dblist_dir_iterate()
Dget_pathname.c44 static int get_pathname_proc(struct ext2_dir_entry *dirent, in get_pathname_proc()
Dext2fsP.h69 struct ext2_dir_entry *dirent,
/third_party/e2fsprogs/e2fsck/
Dpass2.c338 const struct ext2_dir_entry *de_a, *de_b; in dict_de_cmp()
341 de_a = (const struct ext2_dir_entry *) a; in dict_de_cmp()
343 de_b = (const struct ext2_dir_entry *) b; in dict_de_cmp()
355 const struct ext2_dir_entry *de_a, *de_b; in dict_de_cf_cmp()
358 de_a = (const struct ext2_dir_entry *) a; in dict_de_cf_cmp()
360 de_b = (const struct ext2_dir_entry *) b; in dict_de_cf_cmp()
402 struct ext2_dir_entry *dirent, in check_dot()
405 struct ext2_dir_entry *nextdir; in check_dot()
447 nextdir = (struct ext2_dir_entry *) in check_dot()
481 struct ext2_dir_entry *dirent, in check_dotdot()
[all …]
Drehash.c95 struct ext2_dir_entry *dir;
129 struct ext2_dir_entry *dirent; in fill_dir_block()
146 dirent = (struct ext2_dir_entry *) dir; in fill_dir_block()
172 dirent = (struct ext2_dir_entry *) (dir + dir_offset); in fill_dir_block()
544 struct ext2_dir_entry *dirent; in copy_dir_entries()
576 dirent = (struct ext2_dir_entry *) block_start; in copy_dir_entries()
608 dirent = (struct ext2_dir_entry *) (block_start + offset); in copy_dir_entries()
658 struct ext2_dir_entry *dir; in set_root_node()
668 dir = (struct ext2_dir_entry *) buf; in set_root_node()
674 dir = (struct ext2_dir_entry *) (buf + 12); in set_root_node()
[all …]
Dproblem.h18 struct ext2_dir_entry *dirent;
Dmessage.c355 struct ext2_dir_entry *dirent; in expand_dirent_expression()
/third_party/e2fsprogs/debugfs/
Dhtree.c38 struct ext2_dir_entry *dirent; in htree_dump_leaf_node()
76 dirent = (struct ext2_dir_entry *) (buf + offset); in htree_dump_leaf_node()
232 (struct ext2_dir_entry *) buf, &crc, NULL); in htree_dump_int_block()
314 (struct ext2_dir_entry *) buf, &crc, NULL); in do_htree_dump()
448 struct ext2_dir_entry *dirent; in search_dir_block()
466 dirent = (struct ext2_dir_entry *) (p->buf + offset); in search_dir_block()
Dls.c47 static int print_filename(FILE *f, struct ext2_dir_entry *dirent, int options) in print_filename()
77 struct ext2_dir_entry *dirent, in list_dir_proc()
Ddump.c249 static int rdump_dirent(struct ext2_dir_entry *, int, int, char *, void *);
304 static int rdump_dirent(struct ext2_dir_entry *dirent, in rdump_dirent()
Dncheck.c39 static int ncheck_proc(struct ext2_dir_entry *dirent, in ncheck_proc()
Dfilefrag.c175 struct ext2_dir_entry *dirent, in filefrag_dir_proc()
/third_party/e2fsprogs/contrib/android/
Dfsmap.c109 struct ext2_dir_entry *de, in walk_ext_dir()
Dperms.c240 struct ext2_dir_entry *de, in walk_dir()
/third_party/e2fsprogs/ext2ed/
Dext2ed.h113 struct ext2_dir_entry t_ext2_dir_entry;

12