Searched refs:ext4fs_reset_block_bmap (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/ext4/
H A Dext4_common.h69 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer,
H A Dext4_write.c165 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx);
229 ext4fs_reset_block_bmap(le32_to_cpu(*di_buffer),
262 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx);
337 ext4fs_reset_block_bmap(le32_to_cpu(*tip_buffer),
378 ext4fs_reset_block_bmap(le32_to_cpu(*tigp_buffer),
413 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx);
506 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx],
H A Dext4_common.c343 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer, int index) function

Completed in 109 milliseconds