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 # */224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */225 struct xlog_in_core *commit_iclog;226 struct xlog_ticket *ticket; /* chkpt ticket */228 struct xfs_busy_extents busy_extents;231 struct list_head iclog_entry;233 struct work_struct push_work;234 atomic_t order_id;[all …]
Completed in 9 milliseconds