Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmigrate.c206 EXT4_FREE_BLOCKS_FORGET); in free_dind_blocks()
216 EXT4_FREE_BLOCKS_FORGET); in free_dind_blocks()
250 EXT4_FREE_BLOCKS_FORGET); in free_tind_blocks()
268 EXT4_FREE_BLOCKS_FORGET); in free_ind_block()
383 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in free_ext_idx()
H A Dindirect.c401 branch[i+1].bh ? EXT4_FREE_BLOCKS_FORGET : 0); in ext4_alloc_branch()
485 EXT4_FREE_BLOCKS_FORGET); in ext4_splice_branch()
858 flags |= EXT4_FREE_BLOCKS_FORGET | EXT4_FREE_BLOCKS_METADATA; in ext4_clear_blocks()
860 flags |= EXT4_FREE_BLOCKS_FORGET; in ext4_clear_blocks()
1073 EXT4_FREE_BLOCKS_FORGET); in ext4_free_branches()
H A Dextents.c1871 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_try_to_merge_up()
2326 EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET); in ext4_ext_rm_idx()
2410 return EXT4_FREE_BLOCKS_METADATA | EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()
2412 return EXT4_FREE_BLOCKS_FORGET; in get_default_free_blocks_flags()
H A Dresize.c1908 EXT4_FREE_BLOCKS_FORGET); in ext4_convert_meta_bg()
H A Dmballoc.c5356 if (bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
5395 if (!bh && (flags & EXT4_FREE_BLOCKS_FORGET)) { in ext4_free_blocks()
H A Dxattr.c1258 EXT4_FREE_BLOCKS_FORGET); in ext4_xattr_release_block()
H A Dext4.h687 #define EXT4_FREE_BLOCKS_FORGET 0x0002 macro
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h72 { EXT4_FREE_BLOCKS_FORGET, "FORGET" }, \