transaction.c (677074792a1d533232ec5517f23f78d64e6dffac) | transaction.c (2fc6822c99d7e902b7cef146efa37420d41c0c59) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2007 Oracle. All rights reserved. 4 */ 5 6#include <linux/fs.h> 7#include <linux/slab.h> 8#include <linux/sched.h> --- 19 unchanged lines hidden (view full) --- 28#include "accessors.h" 29#include "extent-tree.h" 30#include "root-tree.h" 31#include "defrag.h" 32#include "dir-item.h" 33#include "uuid-tree.h" 34#include "ioctl.h" 35#include "relocation.h" | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Copyright (C) 2007 Oracle. All rights reserved. 4 */ 5 6#include <linux/fs.h> 7#include <linux/slab.h> 8#include <linux/sched.h> --- 19 unchanged lines hidden (view full) --- 28#include "accessors.h" 29#include "extent-tree.h" 30#include "root-tree.h" 31#include "defrag.h" 32#include "dir-item.h" 33#include "uuid-tree.h" 34#include "ioctl.h" 35#include "relocation.h" |
36#include "scrub.h" |
|
36 37static struct kmem_cache *btrfs_trans_handle_cachep; 38 39#define BTRFS_ROOT_TRANS_TAG 0 40 41/* 42 * Transaction states and transitions 43 * --- 2576 unchanged lines hidden --- | 37 38static struct kmem_cache *btrfs_trans_handle_cachep; 39 40#define BTRFS_ROOT_TRANS_TAG 0 41 42/* 43 * Transaction states and transitions 44 * --- 2576 unchanged lines hidden --- |