Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dmigrate.c238 EXT4_FREE_BLOCKS_FORGET); in free_dind_blocks()
245 EXT4_FREE_BLOCKS_FORGET); in free_dind_blocks()
276 EXT4_FREE_BLOCKS_FORGET); in free_tind_blocks()
290 EXT4_FREE_BLOCKS_FORGET); in free_ind_block()
401 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in free_ext_idx()
Dindirect.c479 EXT4_FREE_BLOCKS_FORGET); in ext4_splice_branch()
841 flags |= EXT4_FREE_BLOCKS_FORGET | EXT4_FREE_BLOCKS_METADATA; in ext4_clear_blocks()
843 flags |= EXT4_FREE_BLOCKS_FORGET; in ext4_clear_blocks()
1075 EXT4_FREE_BLOCKS_FORGET); in ext4_free_branches()
Dextents.c1846 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_try_to_merge_up()
2403 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_rm_idx()
2487 return EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()
2489 return EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()
Dresize.c1870 EXT4_FREE_BLOCKS_FORGET); in ext4_convert_meta_bg()
Dmballoc.c4738 if (bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
4777 if (!bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
Dext4.h626 #define EXT4_FREE_BLOCKS_FORGET 0x0002 macro
Dxattr.c1283 EXT4_FREE_BLOCKS_FORGET); in ext4_xattr_release_block()
/Linux-v4.19/include/trace/events/
Dext4.h58 { EXT4_FREE_BLOCKS_FORGET, "FORGET" }, \