Searched refs:EXT4_GET_BLOCKS_CONVERT (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ext4/ |
| H A D | extents-test.c | 515 .split_flags = EXT4_GET_BLOCKS_CONVERT, 528 .split_flags = EXT4_GET_BLOCKS_CONVERT, 541 .split_flags = EXT4_GET_BLOCKS_CONVERT, 606 .split_flags = EXT4_GET_BLOCKS_CONVERT, 621 .split_flags = EXT4_GET_BLOCKS_CONVERT, 636 .split_flags = EXT4_GET_BLOCKS_CONVERT, 802 .split_flags = EXT4_GET_BLOCKS_CONVERT, 815 .split_flags = EXT4_GET_BLOCKS_CONVERT, 828 .split_flags = EXT4_GET_BLOCKS_CONVERT, 896 .split_flags = EXT4_GET_BLOCKS_CONVERT, [all …]
|
| H A D | extents.c | 3323 if (flags & EXT4_GET_BLOCKS_CONVERT) { 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 | 710 #define EXT4_GET_BLOCKS_CONVERT 0x0010 macro 728 #define EXT4_GET_BLOCKS_IO_CONVERT_EXT (EXT4_GET_BLOCKS_CONVERT |\
|