btrfs_inode.h (5878cf431ca7233a56819ca6970153ac0b129599) btrfs_inode.h (f248679e86fead40cc78e724c7181d6bec1a2046)
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,

--- 37 unchanged lines hidden (view full) ---

46 /* special utility tree used to record which mirrors have already been
47 * tried when checksums fail for a given block
48 */
49 struct extent_io_tree io_failure_tree;
50
51 /* held while logging the inode in tree-log.c */
52 struct mutex log_mutex;
53
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,

--- 37 unchanged lines hidden (view full) ---

46 /* special utility tree used to record which mirrors have already been
47 * tried when checksums fail for a given block
48 */
49 struct extent_io_tree io_failure_tree;
50
51 /* held while logging the inode in tree-log.c */
52 struct mutex log_mutex;
53
54 /* held while doing delalloc reservations */
55 struct mutex delalloc_mutex;
56
54 /* used to order data wrt metadata */
55 struct btrfs_ordered_inode_tree ordered_tree;
56
57 /* for keeping track of orphaned inodes */
58 struct list_head i_orphan;
59
60 /* list of all the delalloc inodes in the FS. There are times we need
61 * to write all the delalloc pages to disk, and this list is used

--- 141 unchanged lines hidden ---
57 /* used to order data wrt metadata */
58 struct btrfs_ordered_inode_tree ordered_tree;
59
60 /* for keeping track of orphaned inodes */
61 struct list_head i_orphan;
62
63 /* list of all the delalloc inodes in the FS. There are times we need
64 * to write all the delalloc pages to disk, and this list is used

--- 141 unchanged lines hidden ---