Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drehash.c662 struct ext2_dx_countlimit *limits; in set_root_node()
697 limits = (struct ext2_dx_countlimit *) (buf+32); in set_root_node()
709 struct ext2_dx_countlimit *limits; in set_int_node()
720 limits = (struct ext2_dx_countlimit *) (buf+8); in set_int_node()
729 struct ext2_dx_countlimit **limit, in alloc_blocks()
757 *limit = (struct ext2_dx_countlimit *)(*next_ent); in alloc_blocks()
780 struct ext2_dx_countlimit *root_limit, *int_limit, *limit; in calculate_tree()
788 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
857 int_limit = (struct ext2_dx_countlimit *) in calculate_tree()
876 root_limit = (struct ext2_dx_countlimit *) (outdir->buf + limit_offset); in calculate_tree()
Dpass2.c643 struct ext2_dx_countlimit *limit; in parse_int_node()
681 limit = (struct ext2_dx_countlimit *) ent; in parse_int_node()
1060 struct ext2_dx_countlimit *limit; in check_dir_block()
1238 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()
376 struct ext2_dx_countlimit *c; in ext2fs_dx_csum()
Dlink.c28 struct ext2_dx_countlimit *head;
462 struct ext2_dx_countlimit *head; in dx_grow_tree()
505 head = (struct ext2_dx_countlimit *) ((char *)buf + 8); in dx_grow_tree()
Dext2_fs.h264 struct ext2_dx_countlimit { struct
Dext2fs.h1107 struct ext2_dx_countlimit **cc,
/external/e2fsprogs/debugfs/
Dhtree.c144 struct ext2_dx_countlimit dx_countlimit; in htree_dump_int_node()
150 dx_countlimit = *((struct ext2_dx_countlimit *) ent); in htree_dump_int_node()
/external/e2fsprogs/misc/
Dtune2fs.c528 struct ext2_dx_countlimit *dcl = NULL; in rewrite_dir_block()