Home
last modified time | relevance | path

Searched refs:page_lockend (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dfile.c2238 * And do not decrease page_lockend right now, as it can be 0. in check_range_has_page()
2241 const u64 page_lockend = round_down(end + 1, PAGE_SIZE); in check_range_has_page() local
2243 const pgoff_t end_index = (page_lockend - 1) >> PAGE_SHIFT; in check_range_has_page()
2248 if (page_lockend <= page_lockstart) in check_range_has_page()