Home
last modified time | relevance | path

Searched refs:EXT4_GET_BLOCKS_KEEP_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/ext4/
Dextents.c4163 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) { in ext4_ext_handle_unwritten_extents()
4522 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) in ext4_ext_map_blocks()
4835 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_zero_range()
4988 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_fallocate()
Dinode.c474 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
477 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
583 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
586 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
Dext4.h610 #define EXT4_GET_BLOCKS_KEEP_SIZE 0x0080 macro
/linux-4.19.296/include/trace/events/
Dext4.h47 { EXT4_GET_BLOCKS_KEEP_SIZE, "KEEP_SIZE" }, \