Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dextents.c4130 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) { in ext4_ext_handle_unwritten_extents()
4489 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) in ext4_ext_map_blocks()
4802 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_zero_range()
4955 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_fallocate()
Dinode.c451 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
454 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
560 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
563 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
Dext4.h599 #define EXT4_GET_BLOCKS_KEEP_SIZE 0x0080 macro
/Linux-v4.19/include/trace/events/
Dext4.h47 { EXT4_GET_BLOCKS_KEEP_SIZE, "KEEP_SIZE" }, \