Lines Matching defs:btrfs_ordered_extent
66 struct btrfs_ordered_extent { struct
68 u64 file_offset;
71 u64 start;
74 u64 len;
77 u64 disk_len;
80 u64 bytes_left;
87 u64 outstanding_isize;
93 u64 truncated_len;
96 unsigned long flags;
99 int compress_type;
102 refcount_t refs;
105 struct inode *inode;
108 struct list_head list;
111 struct list_head log_list;
114 struct list_head trans_list;
117 wait_queue_head_t wait;
120 struct rb_node rb_node;
123 struct list_head root_extent_list;
125 struct btrfs_work work;
127 struct completion completion;
128 struct btrfs_work flush_work;
129 struct list_head work_list;