Searched defs:clear_htree (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dpass2.c69 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino);
242 clear_htree(ctx, dx_dir->ino);
626 clear_htree(cd->ctx, cd->pctx.ino);
794 clear_htree(ctx, ino);
818 clear_htree(ctx, ino);
1236 static void clear_htree(e2fsck_t ctx, ext2_ino_t ino) function
1240 e2fsck_read_inode(ctx, ino, &inode, "clear_htree");
1242 e2fsck_write_inode(ctx, ino, &inode, "clear_htree");

Completed in 51 milliseconds