Lines Matching refs:locked_page
71 struct page *locked_page = NULL; in test_find_delalloc() local
104 locked_page = page; in test_find_delalloc()
115 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
127 unlock_page(locked_page); in test_find_delalloc()
128 page_cache_release(locked_page); in test_find_delalloc()
137 locked_page = find_lock_page(inode->i_mapping, in test_find_delalloc()
139 if (!locked_page) { in test_find_delalloc()
146 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
164 page_cache_release(locked_page); in test_find_delalloc()
172 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
174 if (!locked_page) { in test_find_delalloc()
180 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
201 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
233 lock_page(locked_page); in test_find_delalloc()
242 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
263 if (locked_page) in test_find_delalloc()
264 page_cache_release(locked_page); in test_find_delalloc()