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