Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dinode.c409 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
412 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
515 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
518 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
Dextents.c4133 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) { in ext4_ext_handle_unwritten_extents()
4490 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) in ext4_ext_map_blocks()
4799 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_zero_range()
4946 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_fallocate()
Dext4.h557 #define EXT4_GET_BLOCKS_KEEP_SIZE 0x0080 macro
/linux-4.1.27/include/trace/events/
Dext4.h45 { EXT4_GET_BLOCKS_KEEP_SIZE, "KEEP_SIZE" }, \