Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drehash.c469 struct ext2_dx_countlimit *limits; in set_root_node()
495 limits = (struct ext2_dx_countlimit *) (buf+32); in set_root_node()
506 struct ext2_dx_countlimit *limits; in set_int_node()
513 limits = (struct ext2_dx_countlimit *) (buf+8); in set_int_node()
531 struct ext2_dx_countlimit *root_limit, *limit; in calculate_tree()
540 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
577 limit = (struct ext2_dx_countlimit *) dx_ent; in calculate_tree()
592 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
Dpass2.c532 struct ext2_dx_countlimit *limit; in parse_int_node()
556 limit = (struct ext2_dx_countlimit *) ent; in parse_int_node()
720 struct ext2_dx_countlimit *limit; in check_dir_block()
802 limit = (struct ext2_dx_countlimit *) (buf+8); in check_dir_block()
/external/e2fsprogs/debugfs/
Dhtree.c108 struct ext2_dx_countlimit limit; in htree_dump_int_node()
113 limit = *((struct ext2_dx_countlimit *) ent); in htree_dump_int_node()
192 struct ext2_dx_countlimit *limit; in do_htree_dump()
260 limit = (struct ext2_dx_countlimit *) ent; in do_htree_dump()
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h211 struct ext2_dx_countlimit { struct