Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dmigrate.c205 EXT4_FREE_BLOCKS_FORGET); in free_dind_blocks()
215 EXT4_FREE_BLOCKS_FORGET); in free_dind_blocks()
249 EXT4_FREE_BLOCKS_FORGET); in free_tind_blocks()
267 EXT4_FREE_BLOCKS_FORGET); in free_ind_block()
382 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in free_ext_idx()
Dindirect.c409 branch[i+1].bh ? EXT4_FREE_BLOCKS_FORGET : 0); in ext4_alloc_branch()
494 EXT4_FREE_BLOCKS_FORGET); in ext4_splice_branch()
868 flags |= EXT4_FREE_BLOCKS_FORGET | EXT4_FREE_BLOCKS_METADATA; in ext4_clear_blocks()
870 flags |= EXT4_FREE_BLOCKS_FORGET; in ext4_clear_blocks()
1084 EXT4_FREE_BLOCKS_FORGET); in ext4_free_branches()
Dextents.c1881 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_try_to_merge_up()
2333 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_rm_idx()
2417 return EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()
2419 return EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()
Dresize.c1975 EXT4_FREE_BLOCKS_FORGET); in ext4_convert_meta_bg()
Dmballoc.c6124 if (bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
6167 if (!bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
Dext4.h694 #define EXT4_FREE_BLOCKS_FORGET 0x0002 macro
Dxattr.c1273 EXT4_FREE_BLOCKS_FORGET); in ext4_xattr_release_block()
/linux-6.1.9/include/trace/events/
Dext4.h72 { EXT4_FREE_BLOCKS_FORGET, "FORGET" }, \