Lines Matching defs:btrfs_ordered_extent
78 struct btrfs_ordered_extent { struct
80 u64 file_offset;
83 u64 start;
86 u64 len;
89 u64 disk_len;
92 u64 bytes_left;
99 u64 outstanding_isize;
105 u64 truncated_len;
108 unsigned long flags;
111 int compress_type;
114 atomic_t refs;
117 struct inode *inode;
120 struct list_head list;
123 struct list_head log_list;
126 struct list_head trans_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;
163 void btrfs_put_ordered_extent(struct btrfs_ordered_extent *entry); argument