Lines Matching defs:btrfs_ordered_extent
67 struct btrfs_ordered_extent { struct
69 u64 file_offset;
75 u64 disk_bytenr;
76 u64 num_bytes;
77 u64 disk_num_bytes;
80 u64 bytes_left;
87 u64 outstanding_isize;
93 u64 truncated_len;
96 unsigned long flags;
99 int compress_type;
102 int qgroup_rsv;
105 refcount_t refs;
108 struct inode *inode;
111 struct list_head list;
114 struct list_head log_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;