Searched refs:test_start (Results 1 – 3 of 3) sorted by relevance
75 u64 start, end, test_start; in test_find_delalloc() local136 test_start = 64 * 1024 * 1024; in test_find_delalloc()138 test_start >> PAGE_CACHE_SHIFT); in test_find_delalloc()144 start = test_start; in test_find_delalloc()152 if (start != test_start || end != max_bytes - 1) { in test_find_delalloc()154 "%Lu\n", test_start, max_bytes - 1, start, end); in test_find_delalloc()171 test_start = max_bytes + 4096; in test_find_delalloc()172 locked_page = find_lock_page(inode->i_mapping, test_start >> in test_find_delalloc()178 start = test_start; in test_find_delalloc()199 start = test_start; in test_find_delalloc()[all …]
9 static inline void test_start(char *name) in test_start() function
101 test_start(name); in test_harness()