Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dimager.c43 static int check_zero_block(char *buf, int blocksize) in check_zero_block() function
95 if (check_zero_block(cp, fs->blocksize)) { in ext2fs_image_inode_write()
109 if (check_zero_block(cp + d*fs->blocksize, fs->blocksize)) in ext2fs_image_inode_write()
Dpunch.c27 static int check_zero_block(char *buf, int blocksize) in check_zero_block() function
86 if (!check_zero_block(block_buf, fs->blocksize)) in ind_punch()
/external/e2fsprogs/misc/
De2image.c457 static int check_zero_block(char *buf, int blocksize) in check_zero_block() function
660 check_zero_block(buf, fs->blocksize)) in output_meta_data_blocks()
1182 if (check_zero_block(buf, fs->blocksize)) in output_qcow2_meta_data_blocks()