Searched defs:xfs_cil_ctx (Results 1 – 1 of 1) sorted by relevance
220 struct xfs_cil_ctx { struct221 struct xfs_cil *cil;222 xfs_csn_t sequence; /* chkpt sequence # */223 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */225 struct xlog_in_core *commit_iclog;226 struct xlog_ticket *ticket; /* chkpt ticket */227 atomic_t space_used; /* aggregate size of regions */228 struct xfs_busy_extents busy_extents;229 struct list_head log_items; /* log items in chkpt */[all …]