Lines Matching defs:xfs_gc_bio
77 struct xfs_gc_bio { struct
78 struct xfs_zone_gc_data *data;
84 struct list_head entry;
90 enum {
93 } state;
99 struct xfs_inode *ip;
100 loff_t offset;
101 unsigned int len;
107 xfs_fsblock_t old_startblock;
108 xfs_daddr_t new_daddr;
109 struct xfs_zone_scratch *scratch;
112 bool is_seq;
115 struct xfs_open_zone *oz;
118 struct bio_vec bv;
119 struct bio bio; /* must be last */