Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dimager.c44 static int check_zero_block(char *buf, int blocksize) in check_zero_block() function
96 if (check_zero_block(cp, fs->blocksize)) { in ext2fs_image_inode_write()
110 if (check_zero_block(cp + d*fs->blocksize, fs->blocksize)) in ext2fs_image_inode_write()
Dpunch.c29 static int check_zero_block(char *buf, int blocksize) in check_zero_block() function
88 if (!check_zero_block(block_buf, fs->blocksize)) in ind_punch()
/external/e2fsprogs/misc/
De2image.c463 static int check_zero_block(char *buf, int blocksize) in check_zero_block() function
671 check_zero_block(buf, fs->blocksize)) in output_meta_data_blocks()
1197 if (check_zero_block(buf, fs->blocksize)) in output_qcow2_meta_data_blocks()