Lines Matching defs:btrfs_ordered_extent
79 struct btrfs_ordered_extent { struct
81 u64 file_offset;
87 u64 disk_bytenr;
88 u64 num_bytes;
89 u64 disk_num_bytes;
92 u64 bytes_left;
99 u64 outstanding_isize;
105 u64 truncated_len;
108 unsigned long flags;
111 int compress_type;
114 int qgroup_rsv;
117 refcount_t refs;
120 struct inode *inode;
123 struct list_head list;
126 struct list_head log_list;
129 wait_queue_head_t wait;
132 struct rb_node rb_node;
135 struct list_head root_extent_list;
137 struct btrfs_work work;
139 struct completion completion;
140 struct btrfs_work flush_work;
141 struct list_head work_list;
147 u64 physical;
171 void btrfs_put_ordered_extent(struct btrfs_ordered_extent *entry); argument