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;
144 u64 delalloc_bytes;
151 u64 new_delalloc_bytes;
157 u64 defrag_bytes;
164 u64 disk_i_size;
170 u64 index_cnt;
173 u64 dir_index;
180 u64 last_unlink_trans;
191 u64 last_reflink_trans;
197 u64 csum_bytes;
200 u32 flags;
202 u32 ro_flags;
210 unsigned outstanding_extents;
212 struct btrfs_block_rsv block_rsv;
236 static inline u32 btrfs_inode_sectorsize(const struct btrfs_inode *inode) in btrfs_inode_sectorsize() argument