Home
last modified time | relevance | path

Searched refs:EXT4_FREE_BLOCKS_FORGET (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ext4/
H A Dindirect.c409 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()
H A Dextents.c1905 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()
H A Dresize.c1972 EXT4_FREE_BLOCKS_FORGET); in ext4_convert_meta_bg()
H A Dxattr.c1319 EXT4_FREE_BLOCKS_FORGET); in ext4_xattr_release_block()
H A Dmballoc.c6732 if (bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
6775 if (!bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
H A Dext4.h765 #define EXT4_FREE_BLOCKS_FORGET 0x0002 macro