Searched refs:fill_zero (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | imx8mimage.c | 193 static void fill_zero(int ifd, int size, int offset) in fill_zero() function 544 fill_zero(ofd, CSF_SIZE, csf_off); in build_image()
|
/openbmc/linux/fs/f2fs/ |
H A D | file.c | 1101 static int fill_zero(struct inode *inode, pgoff_t index, in fill_zero() function 1175 ret = fill_zero(inode, pg_start, off_start, in f2fs_punch_hole() 1181 ret = fill_zero(inode, pg_start++, off_start, in f2fs_punch_hole() 1187 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_punch_hole() 1581 ret = fill_zero(inode, pg_start, off_start, in f2fs_zero_range() 1589 ret = fill_zero(inode, pg_start++, off_start, in f2fs_zero_range() 1642 ret = fill_zero(inode, pg_end, 0, off_end); in f2fs_zero_range()
|