Lines Matching defs:btrfs_ordered_extent
89 struct btrfs_ordered_extent { struct
91 u64 file_offset;
97 u64 num_bytes;
98 u64 ram_bytes;
99 u64 disk_bytenr;
100 u64 disk_num_bytes;
101 u64 offset;
104 u64 bytes_left;
111 u64 outstanding_isize;
117 u64 truncated_len;
120 unsigned long flags;
123 int compress_type;
126 int qgroup_rsv;
129 refcount_t refs;
132 struct inode *inode;
135 struct list_head list;
138 struct list_head log_list;
141 wait_queue_head_t wait;
144 struct rb_node rb_node;
147 struct list_head root_extent_list;
171 int btrfs_finish_ordered_io(struct btrfs_ordered_extent *ordered_extent); argument