Lines Matching defs:btrfs_ordered_extent
77 struct btrfs_ordered_extent { struct
79 u64 file_offset;
82 u64 start;
85 u64 len;
88 u64 disk_len;
91 u64 bytes_left;
94 unsigned long flags;
97 int compress_type;
100 atomic_t refs;
103 struct inode *inode;
106 struct list_head list;
109 wait_queue_head_t wait;
112 struct rb_node rb_node;
115 struct list_head root_extent_list;