Lines Matching refs:locked_page
116 struct page *locked_page = NULL; in test_find_delalloc() local
172 locked_page = page; in test_find_delalloc()
183 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
195 unlock_page(locked_page); in test_find_delalloc()
196 put_page(locked_page); in test_find_delalloc()
205 locked_page = find_lock_page(inode->i_mapping, in test_find_delalloc()
207 if (!locked_page) { in test_find_delalloc()
214 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
232 put_page(locked_page); in test_find_delalloc()
240 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
242 if (!locked_page) { in test_find_delalloc()
248 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
269 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
301 lock_page(locked_page); in test_find_delalloc()
310 found = find_lock_delalloc_range(inode, page_folio(locked_page), &start, in test_find_delalloc()
332 if (locked_page) in test_find_delalloc()
333 put_page(locked_page); in test_find_delalloc()