Searched refs:DIO_MAX_BLOCKS (Results 1 – 2 of 2) sorted by relevance
1011 #define DIO_MAX_BLOCKS 4096 macro1029 if (max_blocks > DIO_MAX_BLOCKS) in ext3_get_block()1030 max_blocks = DIO_MAX_BLOCKS; in ext3_get_block()
681 #define DIO_MAX_BLOCKS 4096 macro699 if (map.m_len > DIO_MAX_BLOCKS) in _ext4_get_block()700 map.m_len = DIO_MAX_BLOCKS; in _ext4_get_block()