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

/external/e2fsprogs/e2fsck/
H A Dpass3.c388 int will_rehash, flags; local
395 will_rehash = e2fsck_dir_will_be_rehashed(ctx, EXT2_ROOT_INO);
396 if (will_rehash) {
402 if (will_rehash)
735 int flags, will_rehash; local
748 will_rehash = e2fsck_dir_will_be_rehashed(ctx, ino);
749 if (will_rehash) {
755 if (will_rehash)
H A Dpass2.c1495 int flags, will_rehash; local
1507 will_rehash = e2fsck_dir_will_be_rehashed(ctx, ino);
1508 if (will_rehash) {
1545 if (will_rehash)

Completed in 289 milliseconds