Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dextents.c3679 if (flags & EXT4_GET_BLOCKS_CONVERT_UNWRITTEN) { in ext4_split_convert_extents()
3783 EXT4_GET_BLOCKS_CONVERT_UNWRITTEN); in convert_initialized_extent()
4191 (flags & EXT4_GET_BLOCKS_CONVERT_UNWRITTEN)) { in ext4_ext_map_blocks()
4614 flags |= (EXT4_GET_BLOCKS_CONVERT_UNWRITTEN | in ext4_zero_range()
Dext4.h708 #define EXT4_GET_BLOCKS_CONVERT_UNWRITTEN 0x0100 macro
Dinode.c599 if (!(flags & EXT4_GET_BLOCKS_CONVERT_UNWRITTEN)) in ext4_map_blocks()
/linux-6.6.21/include/trace/events/
Dext4.h49 { EXT4_GET_BLOCKS_CONVERT_UNWRITTEN, "CONVERT_UNWRITTEN" }, \