Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ext4/
Dinode.c838 #define DIO_MAX_BLOCKS 4096 macro
3381 if (map->m_len > DIO_MAX_BLOCKS) in ext4_iomap_alloc()
3382 map->m_len = DIO_MAX_BLOCKS; in ext4_iomap_alloc()