Searched refs:ext4fs_reset_block_bmap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_write.c | 162 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx); in delete_single_indirect_block() 226 ext4fs_reset_block_bmap(le32_to_cpu(*di_buffer), in delete_double_indirect_block() 259 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx); in delete_double_indirect_block() 334 ext4fs_reset_block_bmap(le32_to_cpu(*tip_buffer), in delete_triple_indirect_block() 375 ext4fs_reset_block_bmap(le32_to_cpu(*tigp_buffer), in delete_triple_indirect_block() 410 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx); in delete_triple_indirect_block() 494 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], in ext4fs_delete_file()
|
| H A D | ext4_common.h | 67 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer,
|
| H A D | ext4_common.c | 342 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer, int index) in ext4fs_reset_block_bmap() function
|