Searched refs:split2 (Results 1 – 4 of 4) sorted by relevance
33 char *split2 = " lamb"; in test_btrfs_split_item() local125 if (btrfs_item_size(eb, item) != strlen(split2)) { in test_btrfs_split_item()132 strlen(split2)); in test_btrfs_split_item()133 if (memcmp(buf, split2, strlen(split2))) { in test_btrfs_split_item()205 if (btrfs_item_size(eb, item) != strlen(split2)) { in test_btrfs_split_item()212 strlen(split2)); in test_btrfs_split_item()213 if (memcmp(buf, split2, strlen(split2))) { in test_btrfs_split_item()
536 struct extent_map *split2 = NULL; in btrfs_drop_extent_cache() local557 if (!split2) in btrfs_drop_extent_cache()558 split2 = alloc_extent_map(); in btrfs_drop_extent_cache()559 if (!split || !split2) in btrfs_drop_extent_cache()619 split = split2; in btrfs_drop_extent_cache()620 split2 = NULL; in btrfs_drop_extent_cache()678 if (split2) in btrfs_drop_extent_cache()679 free_extent_map(split2); in btrfs_drop_extent_cache()
1309 split2 = new QSplitter(split1); in ConfigMainWindow()1310 split2->setOrientation(Qt::Vertical); in ConfigMainWindow()1313 configView = new ConfigView(split2, "config"); in ConfigMainWindow()1316 helpText = new ConfigInfoView(split2, "help"); in ConfigMainWindow()1474 split2->setSizes(sizes); in ConfigMainWindow()1720 configSettings->writeSizes("/split2", split2->sizes()); in saveSettings()
337 QSplitter* split2; variable