Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dinode.c410 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
413 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
516 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
519 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
Dextents.c4138 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) { in ext4_ext_handle_unwritten_extents()
4497 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) in ext4_ext_map_blocks()
4822 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_zero_range()
4974 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_fallocate()
Dext4.h557 #define EXT4_GET_BLOCKS_KEEP_SIZE 0x0080 macro
/linux-4.4.14/include/trace/events/
Dext4.h45 { EXT4_GET_BLOCKS_KEEP_SIZE, "KEEP_SIZE" }, \