Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
Dfilefrag.c262 unsigned long numblocks, int is_ext2) in filefrag_fibmap() argument
285 if (is_ext2 && last_block) { in filefrag_fibmap()
342 int is_ext2 = 0; local
383 is_ext2++;
385 if (is_ext2) {
419 &st, numblocks, is_ext2);
438 if (is_ext2 && expected && expected < num_extents)
/external/vboot_reference/scripts/image_signing/
Dcommon_minimal.sh253 if ! is_ext2 "$rootfs" $offset; then
268 is_ext2() { function
288 if ! is_ext2 "$rootfs" $offset; then
307 if ! is_ext2 "$rootfs" $offset; then
Dmake_dev_ssd.sh266 if ! is_ext2 "$ssd_device" "$root_offset_bytes"; then