Home
last modified time | relevance | path

Searched refs:ext2_dx_countlimit (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/e2fsck/
Drehash.c543 struct ext2_dx_countlimit *limits; in set_root_node()
575 limits = (struct ext2_dx_countlimit *) (buf+32); in set_root_node()
587 struct ext2_dx_countlimit *limits; in set_int_node()
598 limits = (struct ext2_dx_countlimit *) (buf+8); in set_int_node()
617 struct ext2_dx_countlimit *root_limit, *limit; in calculate_tree()
626 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
663 limit = (struct ext2_dx_countlimit *) dx_ent; in calculate_tree()
678 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
Dpass2.c552 struct ext2_dx_countlimit *limit; in parse_int_node()
590 limit = (struct ext2_dx_countlimit *) ent; in parse_int_node()
897 struct ext2_dx_countlimit *limit; in check_dir_block()
1052 limit = (struct ext2_dx_countlimit *) (buf+8); in check_dir_block()
/external/e2fsprogs/lib/ext2fs/
Dcsum.c193 struct ext2_dx_countlimit **cc, in __get_dx_countlimit()
199 struct ext2_dx_countlimit *c; in __get_dx_countlimit()
221 c = (struct ext2_dx_countlimit *)(((char *)dirent) + count_offset); in __get_dx_countlimit()
238 struct ext2_dx_countlimit **cc, in ext2fs_get_dx_countlimit()
397 struct ext2_dx_countlimit *c; in ext2fs_dx_csum_verify()
424 struct ext2_dx_countlimit *c; in ext2fs_dx_csum_set()
Dext2_fs.h240 struct ext2_dx_countlimit { struct
Dext2fs.h1049 struct ext2_dx_countlimit **cc,
/external/e2fsprogs/debugfs/
Dhtree.c140 struct ext2_dx_countlimit dx_countlimit; in htree_dump_int_node()
146 dx_countlimit = *((struct ext2_dx_countlimit *) ent); in htree_dump_int_node()
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h233 struct ext2_dx_countlimit { struct
/external/e2fsprogs/misc/
Dtune2fs.c565 struct ext2_dx_countlimit *dcl = NULL; in rewrite_dir_block()