Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dfile.c58 u32 dio_align = ext4_dio_alignment(inode); in ext4_should_use_dio() local
60 if (dio_align == 0) in ext4_should_use_dio()
63 if (dio_align == 1) in ext4_should_use_dio()
66 return IS_ALIGNED(iocb->ki_pos | iov_iter_alignment(iter), dio_align); in ext4_should_use_dio()
H A Dinode.c5598 u32 dio_align = ext4_dio_alignment(inode); in ext4_getattr() local
5601 if (dio_align == 1) { in ext4_getattr()
5608 stat->dio_mem_align = dio_align; in ext4_getattr()
5609 stat->dio_offset_align = dio_align; in ext4_getattr()