Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drehash.c589 struct ext2_dx_countlimit *limits; in set_root_node()
624 limits = (struct ext2_dx_countlimit *) (buf+32); in set_root_node()
636 struct ext2_dx_countlimit *limits; in set_int_node()
647 limits = (struct ext2_dx_countlimit *) (buf+8); in set_int_node()
656 struct ext2_dx_countlimit **limit, in alloc_blocks()
681 *limit = (struct ext2_dx_countlimit *)(*next_ent); in alloc_blocks()
704 struct ext2_dx_countlimit *root_limit, *int_limit, *limit; in calculate_tree()
712 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
792 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
Dpass2.c578 struct ext2_dx_countlimit *limit; in parse_int_node()
616 limit = (struct ext2_dx_countlimit *) ent; in parse_int_node()
930 struct ext2_dx_countlimit *limit; in check_dir_block()
1097 limit = (struct ext2_dx_countlimit *) (buf+8); in check_dir_block()
/external/e2fsprogs/lib/ext2fs/
Dcsum.c194 struct ext2_dx_countlimit **cc, in __get_dx_countlimit()
200 struct ext2_dx_countlimit *c; in __get_dx_countlimit()
222 c = (struct ext2_dx_countlimit *)(((char *)dirent) + count_offset); in __get_dx_countlimit()
239 struct ext2_dx_countlimit **cc, in ext2fs_get_dx_countlimit()
398 struct ext2_dx_countlimit *c; in ext2fs_dx_csum_verify()
425 struct ext2_dx_countlimit *c; in ext2fs_dx_csum_set()
Dext2_fs.h252 struct ext2_dx_countlimit { struct
Dext2fs.h1082 struct ext2_dx_countlimit **cc,
/external/e2fsprogs/debugfs/
Dhtree.c142 struct ext2_dx_countlimit dx_countlimit; in htree_dump_int_node()
148 dx_countlimit = *((struct ext2_dx_countlimit *) ent); in htree_dump_int_node()
/external/e2fsprogs/misc/
Dtune2fs.c521 struct ext2_dx_countlimit *dcl = NULL; in rewrite_dir_block()