Home
last modified time | relevance | path

Searched refs:test_msg (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/btrfs/tests/
Dfree-space-tests.c71 test_msg("Running extent only tests\n"); in test_extents()
76 test_msg("Error adding initial extents %d\n", ret); in test_extents()
82 test_msg("Error removing extent %d\n", ret); in test_extents()
87 test_msg("Full remove left some lingering space\n"); in test_extents()
94 test_msg("Error adding half extent %d\n", ret); in test_extents()
100 test_msg("Error removing tail end %d\n", ret); in test_extents()
106 test_msg("Error removing front end %d\n", ret); in test_extents()
112 test_msg("Error removing middle piece %d\n", ret); in test_extents()
117 test_msg("Still have space at the front\n"); in test_extents()
122 test_msg("Still have space in the middle\n"); in test_extents()
[all …]
Dinode-tests.c234 test_msg("Couldn't allocate inode\n"); in test_btrfs_get_extent()
244 test_msg("Couldn't allocate root\n"); in test_btrfs_get_extent()
254 test_msg("Couldn't allocate dummy fs info\n"); in test_btrfs_get_extent()
260 test_msg("Couldn't allocate dummy buffer\n"); in test_btrfs_get_extent()
278 test_msg("Got an error when we shouldn't have\n"); in test_btrfs_get_extent()
282 test_msg("Expected a hole, got %llu\n", em->block_start); in test_btrfs_get_extent()
286 test_msg("Vacancy flag wasn't set properly\n"); in test_btrfs_get_extent()
301 test_msg("Got an error when we shouldn't have\n"); in test_btrfs_get_extent()
305 test_msg("Expected a hole, got %llu\n", em->block_start); in test_btrfs_get_extent()
309 test_msg("Unexpected extent wanted start 0 len 5, got start " in test_btrfs_get_extent()
[all …]
Dqgroup-tests.c55 test_msg("Couldn't allocate path\n"); in insert_normal_tree_ref()
62 test_msg("Couldn't insert ref %d\n", ret); in insert_normal_tree_ref()
105 test_msg("Couldn't allocate path\n"); in add_tree_ref()
112 test_msg("Couldn't find extent ref\n"); in add_tree_ref()
134 test_msg("Failed to insert backref\n"); in add_tree_ref()
155 test_msg("Couldn't allocate path\n"); in remove_extent_item()
162 test_msg("Didn't find our key %d\n", ret); in remove_extent_item()
189 test_msg("Couldn't allocate path\n"); in remove_extent_ref()
196 test_msg("Couldn't find extent ref\n"); in remove_extent_ref()
218 test_msg("Couldn't find backref %d\n", ret); in remove_extent_ref()
[all …]
Dextent-buffer-tests.c41 test_msg("Running btrfs_split_item tests\n"); in test_btrfs_split_item()
45 test_msg("Could not allocate root\n"); in test_btrfs_split_item()
51 test_msg("Could not allocate path\n"); in test_btrfs_split_item()
58 test_msg("Could not allocate dummy buffer\n"); in test_btrfs_split_item()
83 test_msg("Split item failed %d\n", ret); in test_btrfs_split_item()
94 test_msg("Invalid key at slot 0\n"); in test_btrfs_split_item()
101 test_msg("Invalid len in the first split\n"); in test_btrfs_split_item()
109 test_msg("Data in the buffer doesn't match what it should " in test_btrfs_split_item()
119 test_msg("Invalid key at slot 1\n"); in test_btrfs_split_item()
126 test_msg("Invalid len in the second split\n"); in test_btrfs_split_item()
[all …]
Dextent-io-tests.c81 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()
[all …]
Dbtrfs-tests.h24 #define test_msg(fmt, ...) pr_info("BTRFS: selftest: " fmt, ##__VA_ARGS__) macro
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c931 u32 attr_flag, test_msg[6]; in fm10k_mbx_test() local
944 fm10k_tlv_msg_test_create(test_msg, attr_flag); in fm10k_mbx_test()
948 err = mbx->ops.enqueue_tx(hw, mbx, test_msg); in fm10k_mbx_test()
/linux-4.4.14/fs/lockd/
Dsvc4proc.c485 PROC(test_msg, testargs, norep, args, void, 1),
Dsvcproc.c529 PROC(test_msg, testargs, norep, args, void, 1),