Lines Matching defs:xfs_cil_ctx
231 struct xfs_cil_ctx { struct
232 struct xfs_cil *cil;
233 xfs_lsn_t sequence; /* chkpt sequence # */
234 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
235 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
236 struct xlog_ticket *ticket; /* chkpt ticket */
237 int nvecs; /* number of regions */
238 int space_used; /* aggregate size of regions */
239 struct list_head busy_extents; /* busy extents in chkpt */
240 struct xfs_log_vec *lv_chain; /* logvecs being pushed */
241 struct list_head iclog_entry;
242 struct list_head committing; /* ctx committing list */
243 struct work_struct discard_endio_work;