Home
last modified time | relevance | path

Searched refs:EXT4_GET_BLOCKS_DELALLOC_RESERVE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dindirect.c615 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) in ext4_ind_map_blocks()
659 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) in ext4_ind_map_blocks()
H A Dextents.c1983 if (gb_flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) in ext4_ext_insert_extent()
4332 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) in ext4_ext_map_blocks()
4368 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) in ext4_ext_map_blocks()
4384 if (flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) { in ext4_ext_map_blocks()
H A Dinode.c594 if (!(flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) && in ext4_map_blocks()
704 if (!(flags & EXT4_GET_BLOCKS_DELALLOC_RESERVE) && in ext4_map_blocks()
2193 get_blocks_flags |= EXT4_GET_BLOCKS_DELALLOC_RESERVE; in mpage_map_one_extent()
H A Dext4.h691 #define EXT4_GET_BLOCKS_DELALLOC_RESERVE 0x0004 macro
/openbmc/linux/include/trace/events/
H A Dext4.h44 { EXT4_GET_BLOCKS_DELALLOC_RESERVE, "DELALLOC" }, \