Lines Matching defs:btrfs_ordered_extent
63 struct btrfs_ordered_extent { struct
65 u64 file_offset;
68 u64 start;
71 u64 len;
74 u64 disk_len;
77 u64 bytes_left;
84 u64 outstanding_isize;
90 u64 truncated_len;
93 unsigned long flags;
96 int compress_type;
99 refcount_t refs;
102 struct inode *inode;
105 struct list_head list;
108 struct list_head log_list;
111 struct list_head trans_list;
114 wait_queue_head_t wait;
117 struct rb_node rb_node;
120 struct list_head root_extent_list;
122 struct btrfs_work work;
124 struct completion completion;
125 struct btrfs_work flush_work;
126 struct list_head work_list;