Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmigrate.c205 EXT4_FREE_BLOCKS_METADATA | in free_dind_blocks()
215 EXT4_FREE_BLOCKS_METADATA | in free_dind_blocks()
249 EXT4_FREE_BLOCKS_METADATA | in free_tind_blocks()
267 EXT4_FREE_BLOCKS_METADATA | in free_ind_block()
383 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in free_ext_idx()
H A Dindirect.c869 flags |= EXT4_FREE_BLOCKS_FORGET | EXT4_FREE_BLOCKS_METADATA; in ext4_clear_blocks()
1084 EXT4_FREE_BLOCKS_METADATA| in ext4_free_branches()
H A Dextents.c1295 EXT4_FREE_BLOCKS_METADATA); in ext4_ext_split()
1888 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_try_to_merge_up()
2324 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_rm_idx()
2419 return EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()
H A Dxattr.c1316 EXT4_FREE_BLOCKS_METADATA | in ext4_xattr_release_block()
2134 EXT4_FREE_BLOCKS_METADATA); in ext4_xattr_block_set()
H A Dmballoc.c6485 ((flags & EXT4_FREE_BLOCKS_METADATA) || in ext4_mb_clear_bb()
6600 ext4_forget(handle, flags & EXT4_FREE_BLOCKS_METADATA, in ext4_free_blocks()
6642 int is_metadata = flags & EXT4_FREE_BLOCKS_METADATA; in ext4_free_blocks()
H A Dresize.c1972 EXT4_FREE_BLOCKS_METADATA | in ext4_convert_meta_bg()
H A Dext4.h740 #define EXT4_FREE_BLOCKS_METADATA 0x0001 macro
/linux/include/trace/events/
H A Dext4.h71 { EXT4_FREE_BLOCKS_METADATA, "METADATA" }, \