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

  /external/e2fsprogs/lib/ext2fs/
imager.c 44 static int check_zero_block(char *buf, int blocksize) function
96 if (check_zero_block(cp, fs->blocksize)) {
110 if (check_zero_block(cp + d*fs->blocksize, fs->blocksize))
punch.c 29 static int check_zero_block(char *buf, int blocksize) function
88 if (!check_zero_block(block_buf, fs->blocksize))
  /external/e2fsprogs/misc/
e2image.c 463 static int check_zero_block(char *buf, int blocksize) function
671 check_zero_block(buf, fs->blocksize))
1197 if (check_zero_block(buf, fs->blocksize))
    [all...]

Completed in 54 milliseconds