Searched defs:check_zero_block (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dimager.c43 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))
H A Dpunch.c27 static int check_zero_block(char *buf, int blocksize) function
86 if (!check_zero_block(block_buf, fs->blocksize))
/external/e2fsprogs/misc/
H A De2image.c457 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))

Completed in 66 milliseconds