Searched refs:locked_page_start (Results 1 – 1 of 1) sorted by relevance
974 u64 locked_page_start = page_offset(async_chunk->locked_page); in submit_one_async_extent() local975 u64 locked_page_end = locked_page_start + PAGE_SIZE - 1; in submit_one_async_extent()977 if (!(start >= locked_page_end || end <= locked_page_start)) in submit_one_async_extent()