Searched refs:split2 (Results 1 – 3 of 3) sorted by relevance
437 struct extent_map *split2 = NULL; in btrfs_drop_extent_cache() local453 if (!split2) in btrfs_drop_extent_cache()454 split2 = alloc_extent_map(); in btrfs_drop_extent_cache()455 BUG_ON(!split || !split2); /* -ENOMEM */ in btrfs_drop_extent_cache()499 split = split2; in btrfs_drop_extent_cache()500 split2 = NULL; in btrfs_drop_extent_cache()536 if (split2) in btrfs_drop_extent_cache()537 free_extent_map(split2); in btrfs_drop_extent_cache()
1303 split2 = new QSplitter(split1); in ConfigMainWindow()1304 split2->setOrientation(Qt::Vertical); in ConfigMainWindow()1307 configView = new ConfigView(split2, "config"); in ConfigMainWindow()1310 helpText = new ConfigInfoView(split2, "help"); in ConfigMainWindow()1468 split2->setSizes(sizes); in ConfigMainWindow()1714 configSettings->writeSizes("/split2", split2->sizes()); in saveSettings()
336 QSplitter* split2; variable