Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dinode.c689 #define DIO_MAX_BLOCKS 4096 macro
707 if (map.m_len > DIO_MAX_BLOCKS) in _ext4_get_block()
708 map.m_len = DIO_MAX_BLOCKS; in _ext4_get_block()