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 43 static int check_zero_block(char *buf, int blocksize) function
95 if (check_zero_block(cp, fs->blocksize)) {
109 if (check_zero_block(cp + d*fs->blocksize, fs->blocksize))
punch.c 27 static int check_zero_block(char *buf, int blocksize) function
86 if (!check_zero_block(block_buf, fs->blocksize))
  /external/e2fsprogs/misc/
e2image.c 457 static int check_zero_block(char *buf, int blocksize) function
660 check_zero_block(buf, fs->blocksize))
1182 if (check_zero_block(buf, fs->blocksize))
    [all...]

Completed in 300 milliseconds