Home
last modified time | relevance | path

Searched refs:RESIZE_DISABLE_64BIT (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/resize/
Dmain.c317 flags |= RESIZE_DISABLE_64BIT; in main()
511 if (flags & (RESIZE_DISABLE_64BIT | RESIZE_ENABLE_64BIT)) { in main()
564 if ((flags & RESIZE_DISABLE_64BIT) && (flags & RESIZE_ENABLE_64BIT)) { in main()
567 } else if (flags & (RESIZE_DISABLE_64BIT | RESIZE_ENABLE_64BIT)) { in main()
597 if ((flags & RESIZE_DISABLE_64BIT) && in main()
609 else if (flags & RESIZE_DISABLE_64BIT) in main()
Dresize2fs.h86 #define RESIZE_DISABLE_64BIT 0x0800 macro
Dresize2fs.c293 if (!(rfs->flags & (RESIZE_DISABLE_64BIT | RESIZE_ENABLE_64BIT))) in resize_group_descriptors()
298 (rfs->flags & RESIZE_DISABLE_64BIT && in resize_group_descriptors()
302 if (rfs->flags & RESIZE_DISABLE_64BIT) { in resize_group_descriptors()
357 if (!(rfs->flags & (RESIZE_DISABLE_64BIT | RESIZE_ENABLE_64BIT))) in move_bg_metadata()
521 if (!(rfs->flags & (RESIZE_DISABLE_64BIT | RESIZE_ENABLE_64BIT))) in zero_high_bits_in_inodes()