ctree.h (a213501153fd66e2359e091b1612841305ba6551) | ctree.h (051e1b9f748ae673b7325d3fc049bb838606cffa) |
---|---|
1/* 2 * Copyright (C) 2007 Oracle. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public 6 * License v2 as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, --- 322 unchanged lines hidden (view full) --- 331 struct extent_buffer *nodes[BTRFS_MAX_LEVEL]; 332 int slots[BTRFS_MAX_LEVEL]; 333 /* if there is real range locking, this locks field will change */ 334 int locks[BTRFS_MAX_LEVEL]; 335 int reada; 336 /* keep some upper locks as we walk down */ 337 int keep_locks; 338 int lowest_level; | 1/* 2 * Copyright (C) 2007 Oracle. All rights reserved. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public 6 * License v2 as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, --- 322 unchanged lines hidden (view full) --- 331 struct extent_buffer *nodes[BTRFS_MAX_LEVEL]; 332 int slots[BTRFS_MAX_LEVEL]; 333 /* if there is real range locking, this locks field will change */ 334 int locks[BTRFS_MAX_LEVEL]; 335 int reada; 336 /* keep some upper locks as we walk down */ 337 int keep_locks; 338 int lowest_level; |
339 int skip_locking; | |
340}; 341 342/* 343 * items in the extent btree are used to record the objectid of the 344 * owner of the block and the number of references 345 */ 346struct btrfs_extent_item { 347 __le32 refs; --- 1302 unchanged lines hidden --- | 339}; 340 341/* 342 * items in the extent btree are used to record the objectid of the 343 * owner of the block and the number of references 344 */ 345struct btrfs_extent_item { 346 __le32 refs; --- 1302 unchanged lines hidden --- |