Searched refs:max_off (Results 1 – 2 of 2) sorted by relevance
151 pgoff_t offset, max_off; in mfill_file_over_size() local158 max_off = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE); in mfill_file_over_size()159 return offset >= max_off; in mfill_file_over_size()
3229 pgoff_t max_off; in shmem_mfill_atomic_pte() local3299 max_off = DIV_ROUND_UP(i_size_read(inode), PAGE_SIZE); in shmem_mfill_atomic_pte()3300 if (unlikely(pgoff >= max_off)) in shmem_mfill_atomic_pte()
Completed in 19 milliseconds