Searched refs:DIO_MAX_BLOCKS (Results 1 – 2 of 2) sorted by relevance
977 #define DIO_MAX_BLOCKS 4096 macro995 if (max_blocks > DIO_MAX_BLOCKS) in ext3_get_block()996 max_blocks = DIO_MAX_BLOCKS; in ext3_get_block()
1386 #define DIO_MAX_BLOCKS 4096 macro1401 if (map.m_len > DIO_MAX_BLOCKS) in _ext4_get_block()1402 map.m_len = DIO_MAX_BLOCKS; in _ext4_get_block()