Lines Matching refs:F2FS_BLKSIZE
47 APP_MAPPED_READ_IO, F2FS_BLKSIZE);
153 f2fs_update_iostat(sbi, inode, APP_MAPPED_IO, F2FS_BLKSIZE);
1410 if (offset & (F2FS_BLKSIZE - 1) || len & (F2FS_BLKSIZE - 1))
1615 if (offset & (F2FS_BLKSIZE - 1) || len & (F2FS_BLKSIZE - 1))
2746 if (range.start & (F2FS_BLKSIZE - 1) || range.len & (F2FS_BLKSIZE - 1))
2822 len = ALIGN(src->i_size, F2FS_BLKSIZE) - pos_in;
2833 if (!IS_ALIGNED(pos_in, F2FS_BLKSIZE) ||
2834 !IS_ALIGNED(pos_in + len, F2FS_BLKSIZE) ||
2835 !IS_ALIGNED(pos_out, F2FS_BLKSIZE))
3853 if (!IS_ALIGNED(range.start, F2FS_BLKSIZE) ||
3854 (!to_end && !IS_ALIGNED(end_addr, F2FS_BLKSIZE))) {
3860 pg_end = DIV_ROUND_UP(end_addr, F2FS_BLKSIZE);