Lines Matching defs:btrfs_inode
64 struct btrfs_inode { struct
66 struct btrfs_root *root;
71 struct btrfs_key location;
79 spinlock_t lock;
82 struct extent_map_tree extent_tree;
85 struct extent_io_tree io_tree;
90 struct extent_io_tree io_failure_tree;
96 struct extent_io_tree file_extent_tree;
99 struct mutex log_mutex;
102 struct btrfs_ordered_inode_tree ordered_tree;
108 struct list_head delalloc_inodes;
111 struct rb_node rb_node;
113 unsigned long runtime_flags;
116 atomic_t sync_writers;
121 u64 generation;
126 u64 last_trans;
131 u64 logged_trans;
136 int last_sub_trans;
139 int last_log_commit;
141 union {
155 union {
174 u64 defrag_bytes;
181 u64 disk_i_size;
187 u64 index_cnt;
190 u64 dir_index;
197 u64 last_unlink_trans;
208 u64 last_reflink_trans;
214 u64 csum_bytes;
217 u32 flags;
219 u32 ro_flags;
227 unsigned outstanding_extents;
229 struct btrfs_block_rsv block_rsv;
253 static inline u32 btrfs_inode_sectorsize(const struct btrfs_inode *inode) in btrfs_inode_sectorsize() argument