Lines Matching defs:btrfs_inode
60 struct btrfs_inode { struct
62 struct btrfs_root *root;
67 struct btrfs_key location;
74 spinlock_t lock;
77 struct extent_map_tree extent_tree;
80 struct extent_io_tree io_tree;
85 struct extent_io_tree io_failure_tree;
88 struct mutex log_mutex;
91 struct mutex delalloc_mutex;
94 struct btrfs_ordered_inode_tree ordered_tree;
100 struct list_head delalloc_inodes;
103 struct rb_node rb_node;
105 unsigned long runtime_flags;
108 atomic_t sync_writers;
113 u64 generation;
118 u64 last_trans;
123 u64 logged_trans;
128 int last_sub_trans;
131 int last_log_commit;
136 u64 delalloc_bytes;
142 u64 defrag_bytes;
149 u64 disk_i_size;
155 u64 index_cnt;
158 u64 dir_index;
165 u64 last_unlink_trans;
171 u64 csum_bytes;
174 u32 flags;
204 static inline struct btrfs_inode *BTRFS_I(struct inode *inode) in BTRFS_I() argument