Lines Matching refs:test_msg
81 test_msg("Failed to allocate test inode\n"); in test_find_delalloc()
95 test_msg("Failed to allocate test page\n"); in test_find_delalloc()
118 test_msg("Should have found at least one delalloc\n"); in test_find_delalloc()
122 test_msg("Expected start 0 end 4095, got start %Lu end %Lu\n", in test_find_delalloc()
140 test_msg("Couldn't find the locked page\n"); in test_find_delalloc()
149 test_msg("Couldn't find delalloc in our range\n"); in test_find_delalloc()
153 test_msg("Expected start %Lu end %Lu, got start %Lu, end " in test_find_delalloc()
159 test_msg("There were unlocked pages in the range\n"); in test_find_delalloc()
175 test_msg("Could'nt find the locked page\n"); in test_find_delalloc()
183 test_msg("Found range when we shouldn't have\n"); in test_find_delalloc()
187 test_msg("Did not return the proper end offset\n"); in test_find_delalloc()
204 test_msg("Didn't find our range\n"); in test_find_delalloc()
208 test_msg("Expected start %Lu end %Lu, got start %Lu end %Lu\n", in test_find_delalloc()
214 test_msg("Pages in range were not all locked\n"); in test_find_delalloc()
226 test_msg("Couldn't find our page\n"); in test_find_delalloc()
245 test_msg("Didn't find our range\n"); in test_find_delalloc()
249 test_msg("Expected start %Lu end %Lu, got start %Lu end %Lu\n", in test_find_delalloc()
256 test_msg("Pages in range were not all locked\n"); in test_find_delalloc()
273 test_msg("Running find delalloc tests\n"); in btrfs_test_extent_io()