Searched refs:ext4fs_reset_block_bmap (Results 1 – 3 of 3) sorted by relevance
| /fs/ext4/ |
| A D | ext4_write.c | 163 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx); in delete_single_indirect_block() 227 ext4fs_reset_block_bmap(le32_to_cpu(*di_buffer), in delete_double_indirect_block() 260 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx); in delete_double_indirect_block() 335 ext4fs_reset_block_bmap(le32_to_cpu(*tip_buffer), in delete_triple_indirect_block() 376 ext4fs_reset_block_bmap(le32_to_cpu(*tigp_buffer), in delete_triple_indirect_block() 411 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], bg_idx); in delete_triple_indirect_block() 504 ext4fs_reset_block_bmap(blknr, fs->blk_bmaps[bg_idx], in ext4fs_delete_file()
|
| A D | ext4_common.h | 68 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer,
|
| A D | ext4_common.c | 344 void ext4fs_reset_block_bmap(long int blockno, unsigned char *buffer, int index) in ext4fs_reset_block_bmap() function
|
Completed in 8 milliseconds