Lines Matching refs:F2FS_BLKSIZE
47 F2FS_BLKSIZE);
155 f2fs_update_iostat(sbi, APP_MAPPED_IO, F2FS_BLKSIZE);
1357 if (offset & (F2FS_BLKSIZE - 1) || len & (F2FS_BLKSIZE - 1))
1560 if (offset & (F2FS_BLKSIZE - 1) || len & (F2FS_BLKSIZE - 1))
2192 ret = punch_hole(inode, 0, F2FS_BLKSIZE);
2754 if (range.start & (F2FS_BLKSIZE - 1) || range.len & (F2FS_BLKSIZE - 1))
2830 len = ALIGN(src->i_size, F2FS_BLKSIZE) - pos_in;
2841 if (!IS_ALIGNED(pos_in, F2FS_BLKSIZE) ||
2842 !IS_ALIGNED(pos_in + len, F2FS_BLKSIZE) ||
2843 !IS_ALIGNED(pos_out, F2FS_BLKSIZE))
3897 if (!IS_ALIGNED(range.start, F2FS_BLKSIZE) ||
3898 (!to_end && !IS_ALIGNED(end_addr, F2FS_BLKSIZE))) {
3904 pg_end = DIV_ROUND_UP(end_addr, F2FS_BLKSIZE);