Lines Matching refs:PAGE_CACHE_SIZE
81 zero_user_segment(page, offset, PAGE_CACHE_SIZE); in f2fs_vm_page_mkwrite()
504 unsigned offset = from & (PAGE_CACHE_SIZE - 1); in truncate_partial_data_page()
525 zero_user(page, offset, PAGE_CACHE_SIZE - offset); in truncate_partial_data_page()
792 off_start = offset & (PAGE_CACHE_SIZE - 1); in punch_hole()
793 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); in punch_hole()
803 PAGE_CACHE_SIZE - off_start); in punch_hole()
1011 off_start = offset & (PAGE_CACHE_SIZE - 1); in f2fs_zero_range()
1012 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); in f2fs_zero_range()
1026 PAGE_CACHE_SIZE - off_start); in f2fs_zero_range()
1172 off_start = offset & (PAGE_CACHE_SIZE - 1); in expand_inode_data()
1173 off_end = (offset + len) & (PAGE_CACHE_SIZE - 1); in expand_inode_data()
1196 new_size += PAGE_CACHE_SIZE; in expand_inode_data()