Searched refs:EXT4_FREE_BLOCKS_FORGET (Results 1 – 6 of 6) sorted by relevance
409 branch[i+1].bh ? EXT4_FREE_BLOCKS_FORGET : 0); in ext4_alloc_branch()494 EXT4_FREE_BLOCKS_FORGET); in ext4_splice_branch()869 flags |= EXT4_FREE_BLOCKS_FORGET | EXT4_FREE_BLOCKS_METADATA; in ext4_clear_blocks()871 flags |= EXT4_FREE_BLOCKS_FORGET; in ext4_clear_blocks()1085 EXT4_FREE_BLOCKS_FORGET); in ext4_free_branches()
1905 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_try_to_merge_up()2344 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_rm_idx()2441 return EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()2443 return EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()
1972 EXT4_FREE_BLOCKS_FORGET); in ext4_convert_meta_bg()
1319 EXT4_FREE_BLOCKS_FORGET); in ext4_xattr_release_block()
6732 if (bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()6775 if (!bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
765 #define EXT4_FREE_BLOCKS_FORGET 0x0002 macro