Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dinode.c455 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
458 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks_es_recheck()
564 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
567 EXT4_GET_BLOCKS_KEEP_SIZE); in ext4_map_blocks()
Dextents.c4123 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) { in ext4_ext_handle_unwritten_extents()
4482 if ((flags & EXT4_GET_BLOCKS_KEEP_SIZE) == 0) in ext4_ext_map_blocks()
4757 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_zero_range()
4910 flags |= EXT4_GET_BLOCKS_KEEP_SIZE; in ext4_fallocate()
Dext4.h609 #define EXT4_GET_BLOCKS_KEEP_SIZE 0x0080 macro
/Linux-v5.4/include/trace/events/
Dext4.h48 { EXT4_GET_BLOCKS_KEEP_SIZE, "KEEP_SIZE" }, \