Lines Matching refs:locked_page
64 struct page *locked_page = NULL; in test_find_delalloc() local
105 locked_page = page; in test_find_delalloc()
116 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
128 unlock_page(locked_page); in test_find_delalloc()
129 put_page(locked_page); in test_find_delalloc()
138 locked_page = find_lock_page(inode->i_mapping, in test_find_delalloc()
140 if (!locked_page) { in test_find_delalloc()
147 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
165 put_page(locked_page); in test_find_delalloc()
173 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
175 if (!locked_page) { in test_find_delalloc()
181 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
202 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
234 lock_page(locked_page); in test_find_delalloc()
243 found = find_lock_delalloc_range(inode, locked_page, &start, in test_find_delalloc()
263 if (locked_page) in test_find_delalloc()
264 put_page(locked_page); in test_find_delalloc()