Searched refs:split2 (Results 1 – 4 of 4) sorted by relevance
21 char *split2 = " lamb"; in test_btrfs_split_item() local120 if (btrfs_item_size(eb, item) != strlen(split2)) { in test_btrfs_split_item()127 strlen(split2)); in test_btrfs_split_item()128 if (memcmp(buf, split2, strlen(split2))) { in test_btrfs_split_item()200 if (btrfs_item_size(eb, item) != strlen(split2)) { in test_btrfs_split_item()207 strlen(split2)); in test_btrfs_split_item()208 if (memcmp(buf, split2, strlen(split2))) { in test_btrfs_split_item()
1364 split2 = new QSplitter(split1); in ConfigMainWindow()1365 split2->setOrientation(Qt::Vertical); in ConfigMainWindow()1368 configView = new ConfigView(split2, "config"); in ConfigMainWindow()1371 helpText = new ConfigInfoView(split2, "help"); in ConfigMainWindow()1520 split2->setSizes(sizes); in ConfigMainWindow()1820 configSettings->writeSizes("/split2", split2->sizes()); in saveSettings()
330 QSplitter *split2; variable
592 struct extent_map *split2 = NULL; in btrfs_drop_extent_cache() local613 if (!split2) in btrfs_drop_extent_cache()614 split2 = alloc_extent_map(); in btrfs_drop_extent_cache()615 if (!split || !split2) in btrfs_drop_extent_cache()675 split = split2; in btrfs_drop_extent_cache()676 split2 = NULL; in btrfs_drop_extent_cache()734 if (split2) in btrfs_drop_extent_cache()735 free_extent_map(split2); in btrfs_drop_extent_cache()