Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drehash.c494 struct ext2_dx_countlimit *limits; in set_root_node()
520 limits = (struct ext2_dx_countlimit *) (buf+32); in set_root_node()
531 struct ext2_dx_countlimit *limits; in set_int_node()
538 limits = (struct ext2_dx_countlimit *) (buf+8); in set_int_node()
556 struct ext2_dx_countlimit *root_limit, *limit; in calculate_tree()
565 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
602 limit = (struct ext2_dx_countlimit *) dx_ent; in calculate_tree()
617 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
Dpass2.c549 struct ext2_dx_countlimit *limit; in parse_int_node()
573 limit = (struct ext2_dx_countlimit *) ent; in parse_int_node()
747 struct ext2_dx_countlimit *limit; in check_dir_block()
831 limit = (struct ext2_dx_countlimit *) (buf+8); in check_dir_block()
/external/e2fsprogs/debugfs/
Dhtree.c120 struct ext2_dx_countlimit limit; in htree_dump_int_node()
125 limit = *((struct ext2_dx_countlimit *) ent); in htree_dump_int_node()
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h233 struct ext2_dx_countlimit { struct