Lines Matching defs:btrfs_inode
73 struct btrfs_inode { struct
75 struct btrfs_root *root;
80 struct btrfs_key location;
88 spinlock_t lock;
91 struct extent_map_tree extent_tree;
94 struct extent_io_tree io_tree;
100 struct extent_io_tree file_extent_tree;
103 struct mutex log_mutex;
106 struct btrfs_ordered_inode_tree ordered_tree;
112 struct list_head delalloc_inodes;
115 struct rb_node rb_node;
117 unsigned long runtime_flags;
120 atomic_t sync_writers;
125 u64 generation;
130 u64 last_trans;
135 u64 logged_trans;
140 int last_sub_trans;
143 int last_log_commit;
149 u64 delalloc_bytes;
151 union {
170 u64 defrag_bytes;
177 u64 disk_i_size;
184 u64 index_cnt;
187 u64 dir_index;
194 u64 last_unlink_trans;
205 u64 last_reflink_trans;
211 u64 csum_bytes;
214 u32 flags;
216 u32 ro_flags;
224 unsigned outstanding_extents;
226 struct btrfs_block_rsv block_rsv;
250 static inline struct btrfs_inode *BTRFS_I(const struct inode *inode) in BTRFS_I() argument