HomeSort by relevance Sort by last modified time
    Searched refs:check_zero_block (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
imager.c 43 static int check_zero_block(char *buf, int blocksize) function
94 if (check_zero_block(cp, fs->blocksize)) {
104 if (check_zero_block(cp + d*fs->blocksize, fs->blocksize))
  /external/e2fsprogs/misc/
e2image.c 298 static int check_zero_block(char *buf, int blocksize) function
435 if ((fd != 1) && check_zero_block(buf, fs->blocksize))

Completed in 3253 milliseconds