Lines Matching defs:xfs_cil_ctx
238 struct xfs_cil_ctx { struct
239 struct xfs_cil *cil;
240 xfs_csn_t sequence; /* chkpt sequence # */
241 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
242 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
243 struct xlog_in_core *commit_iclog;
244 struct xlog_ticket *ticket; /* chkpt ticket */
245 int nvecs; /* number of regions */
246 int space_used; /* aggregate size of regions */
247 struct list_head busy_extents; /* busy extents in chkpt */
248 struct xfs_log_vec *lv_chain; /* logvecs being pushed */
249 struct list_head iclog_entry;
250 struct list_head committing; /* ctx committing list */
251 struct work_struct discard_endio_work;
252 struct work_struct push_work;