Lines Matching refs:PAGE_CACHE_SIZE
1523 BUG_ON(stop > PAGE_CACHE_SIZE || stop < length); in block_invalidatepage()
1885 unsigned from = pos & (PAGE_CACHE_SIZE - 1); in __block_write_begin()
1895 BUG_ON(from > PAGE_CACHE_SIZE); in __block_write_begin()
1896 BUG_ON(to > PAGE_CACHE_SIZE); in __block_write_begin()
2038 start = pos & (PAGE_CACHE_SIZE - 1); in block_write_end()
2127 to = min_t(unsigned, PAGE_CACHE_SIZE - from, count); in block_is_partially_uptodate()
2129 if (from < blocksize && to > PAGE_CACHE_SIZE - blocksize) in block_is_partially_uptodate()
2295 len = PAGE_CACHE_SIZE - zerofrom; in cont_expand_zero()
2424 end = PAGE_CACHE_SIZE; in __block_page_mkwrite()
2520 from = pos & (PAGE_CACHE_SIZE - 1); in nobh_write_begin()
2562 block_start < PAGE_CACHE_SIZE; in nobh_write_begin()
2695 offset = i_size & (PAGE_CACHE_SIZE-1); in nobh_writepage()
2718 zero_user_segment(page, offset, PAGE_CACHE_SIZE); in nobh_writepage()
2732 unsigned offset = from & (PAGE_CACHE_SIZE-1); in nobh_truncate_page()
2810 unsigned offset = from & (PAGE_CACHE_SIZE-1); in block_truncate_page()
2899 offset = i_size & (PAGE_CACHE_SIZE-1); in block_write_full_page()
2906 do_invalidatepage(page, 0, PAGE_CACHE_SIZE); in block_write_full_page()
2918 zero_user_segment(page, offset, PAGE_CACHE_SIZE); in block_write_full_page()