Searched defs:xfs_cil_ctx (Results 1 – 1 of 1) sorted by relevance
381 struct xfs_cil_ctx { struct382 struct xfs_cil *cil;383 xfs_lsn_t sequence; /* chkpt sequence # */384 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */385 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */386 struct xlog_ticket *ticket; /* chkpt ticket */387 int nvecs; /* number of regions */388 int space_used; /* aggregate size of regions */389 struct list_head busy_extents; /* busy extents in chkpt */390 struct xfs_log_vec *lv_chain; /* logvecs being pushed */[all …]