Searched refs:EXT4_GET_BLOCKS_CONVERT (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ext4/ |
| H A D | extents-test.c | 489 .split_flags = EXT4_GET_BLOCKS_CONVERT, 502 .split_flags = EXT4_GET_BLOCKS_CONVERT, 515 .split_flags = EXT4_GET_BLOCKS_CONVERT, 580 .split_flags = EXT4_GET_BLOCKS_CONVERT, 595 .split_flags = EXT4_GET_BLOCKS_CONVERT, 610 .split_flags = EXT4_GET_BLOCKS_CONVERT, 776 .split_flags = EXT4_GET_BLOCKS_CONVERT, 789 .split_flags = EXT4_GET_BLOCKS_CONVERT, 802 .split_flags = EXT4_GET_BLOCKS_CONVERT, 870 .split_flags = EXT4_GET_BLOCKS_CONVERT, [all …]
|
| H A D | extents.c | 3323 if (flags & EXT4_GET_BLOCKS_CONVERT) { in ext4_split_extent_zeroout() 3325 * EXT4_GET_BLOCKS_CONVERT: Caller wants the range specified by in ext4_split_extent_zeroout() 3776 flags | EXT4_GET_BLOCKS_CONVERT, NULL); in ext4_ext_convert_to_initialized() 3877 if (flags & EXT4_GET_BLOCKS_CONVERT) in ext4_split_convert_extents() 4014 if (flags & EXT4_GET_BLOCKS_CONVERT) { in ext4_ext_handle_unwritten_extents()
|
| H A D | ext4.h | 711 #define EXT4_GET_BLOCKS_CONVERT 0x0010 macro 729 #define EXT4_GET_BLOCKS_IO_CONVERT_EXT (EXT4_GET_BLOCKS_CONVERT |\
|