Lines Matching defs:btrfs_inode
28 struct btrfs_inode { struct
30 struct btrfs_root *root;
35 struct btrfs_key location;
38 spinlock_t lock;
41 struct extent_map_tree extent_tree;
44 struct extent_io_tree io_tree;
49 struct extent_io_tree io_failure_tree;
52 struct mutex log_mutex;
55 struct mutex delalloc_mutex;
58 struct btrfs_ordered_inode_tree ordered_tree;
61 struct list_head i_orphan;
67 struct list_head delalloc_inodes;
73 struct list_head ordered_operations;
76 struct rb_node rb_node;
79 struct btrfs_space_info *space_info;
84 u64 generation;
87 u64 sequence;
92 u64 last_trans;
97 u64 last_sub_trans;
102 u64 logged_trans;
107 u64 delalloc_bytes;
114 u64 disk_i_size;
120 u64 index_cnt;
127 u64 last_unlink_trans;
133 u64 csum_bytes;
136 u32 flags;
144 unsigned outstanding_extents;
145 unsigned reserved_extents;
172 static inline struct btrfs_inode *BTRFS_I(struct inode *inode) in BTRFS_I() argument