Lines Matching defs:xfs_cil_ctx
218 struct xfs_cil_ctx { struct
219 struct xfs_cil *cil;
220 xfs_csn_t sequence; /* chkpt sequence # */
221 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
222 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
223 struct xlog_in_core *commit_iclog;
224 struct xlog_ticket *ticket; /* chkpt ticket */
225 atomic_t space_used; /* aggregate size of regions */
226 struct list_head busy_extents; /* busy extents in chkpt */
227 struct list_head log_items; /* log items in chkpt */
228 struct list_head lv_chain; /* logvecs being pushed */
229 struct list_head iclog_entry;
230 struct list_head committing; /* ctx committing list */
231 struct work_struct discard_endio_work;
232 struct work_struct push_work;
233 atomic_t order_id;