Home
last modified time | relevance | path

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

/mm/
Dfilemap.c2984 loff_t bs = inode_out->i_sb->s_blocksize; in generic_remap_checks() local
2988 if (!IS_ALIGNED(pos_in, bs) || !IS_ALIGNED(pos_out, bs)) in generic_remap_checks()
3021 bcount = ALIGN(size_in, bs) - pos_in; in generic_remap_checks()
3023 if (!IS_ALIGNED(count, bs)) in generic_remap_checks()
3024 count = ALIGN_DOWN(count, bs); in generic_remap_checks()