Lines Matching refs:locked_page
63 struct page *locked_page = NULL; in test_find_delalloc() local
98 locked_page = page; in test_find_delalloc()
109 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
121 unlock_page(locked_page); in test_find_delalloc()
122 put_page(locked_page); in test_find_delalloc()
131 locked_page = find_lock_page(inode->i_mapping, in test_find_delalloc()
133 if (!locked_page) { in test_find_delalloc()
140 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
158 put_page(locked_page); in test_find_delalloc()
166 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()
168 if (!locked_page) { in test_find_delalloc()
174 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
195 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
227 lock_page(locked_page); in test_find_delalloc()
236 found = find_lock_delalloc_range(inode, &tmp, locked_page, &start, in test_find_delalloc()
256 if (locked_page) in test_find_delalloc()
257 put_page(locked_page); in test_find_delalloc()