Searched refs:DIO_MAX_BLOCKS (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ext4/
H A Dinode.c813 #define DIO_MAX_BLOCKS 4096 macro
3285 if (map->m_len > DIO_MAX_BLOCKS)
3286 map->m_len = DIO_MAX_BLOCKS;

Completed in 146 milliseconds