Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dmigrate.c204 EXT4_FREE_BLOCKS_METADATA | in free_dind_blocks()
214 EXT4_FREE_BLOCKS_METADATA | in free_dind_blocks()
248 EXT4_FREE_BLOCKS_METADATA | in free_tind_blocks()
266 EXT4_FREE_BLOCKS_METADATA | in free_ind_block()
382 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in free_ext_idx()
H A Dindirect.c876 flags |= EXT4_FREE_BLOCKS_FORGET | EXT4_FREE_BLOCKS_METADATA; in ext4_clear_blocks()
1091 EXT4_FREE_BLOCKS_METADATA| in ext4_free_branches()
H A Dextents.c1297 EXT4_FREE_BLOCKS_METADATA); in ext4_ext_split()
1884 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_try_to_merge_up()
2313 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_rm_idx()
2397 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()
2129 EXT4_FREE_BLOCKS_METADATA); in ext4_xattr_block_set()
H A Dmballoc.c6556 ((flags & EXT4_FREE_BLOCKS_METADATA) || in ext4_mb_clear_bb()
6692 ext4_forget(handle, flags & EXT4_FREE_BLOCKS_METADATA, in ext4_free_blocks()
6734 int is_metadata = flags & EXT4_FREE_BLOCKS_METADATA; in ext4_free_blocks()
H A Dresize.c1978 EXT4_FREE_BLOCKS_METADATA | in ext4_convert_meta_bg()
H A Dext4.h735 #define EXT4_FREE_BLOCKS_METADATA 0x0001 macro
/openbmc/linux/include/trace/events/
H A Dext4.h71 { EXT4_FREE_BLOCKS_METADATA, "METADATA" }, \