Lines Matching defs:btrfs_ordered_extent
76 struct btrfs_ordered_extent { struct
78 u64 file_offset;
81 u64 start;
84 u64 len;
87 u64 disk_len;
90 u64 bytes_left;
93 u64 csum_bytes_left;
100 u64 outstanding_isize;
106 u64 truncated_len;
109 unsigned long flags;
112 int compress_type;
115 atomic_t refs;
118 struct inode *inode;
121 struct list_head list;
124 struct list_head log_list;
127 struct list_head trans_list;
130 wait_queue_head_t wait;
133 struct rb_node rb_node;
136 struct list_head root_extent_list;
138 struct btrfs_work work;
140 struct completion completion;
164 void btrfs_put_ordered_extent(struct btrfs_ordered_extent *entry); argument