Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfile.c66 return IS_ALIGNED(iocb->ki_pos | iov_iter_alignment(iter), dio_align); in ext4_should_use_dio()
203 if ((pos | iov_iter_alignment(from)) & blockmask) in ext4_unaligned_io()
/linux/include/linux/
H A Duio.h289 unsigned long iov_iter_alignment(const struct iov_iter *i);
/linux/block/
H A Dblk-map.c511 else if (iov_iter_alignment(iter) & align) in blk_rq_map_user_iov()
H A Dbio-integrity.c393 copy = iov_iter_alignment(iter) & in bio_integrity_map_user()
/linux/fs/btrfs/
H A Ddirect-io.c873 if (iov_iter_alignment(iter) & blocksize_mask) in check_direct_IO()
/linux/lib/
H A Diov_iter.c842 unsigned long iov_iter_alignment(const struct iov_iter *i) in iov_iter_alignment() function
866 EXPORT_SYMBOL(iov_iter_alignment);
/linux/fs/ntfs3/
H A Dfile.c59 return IS_ALIGNED(iocb->ki_pos | iov_iter_alignment(iter), dio_align); in ntfs_should_use_dio()