Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dinode.c827 #define DIO_MAX_BLOCKS 4096 macro
843 if (bh_result->b_size >> inode->i_blkbits > DIO_MAX_BLOCKS) in ext4_get_block_trans()
844 bh_result->b_size = DIO_MAX_BLOCKS << inode->i_blkbits; in ext4_get_block_trans()
3475 if (map.m_len > DIO_MAX_BLOCKS) in ext4_iomap_begin()
3476 map.m_len = DIO_MAX_BLOCKS; in ext4_iomap_begin()