Searched defs:xfs_cil_ctx (Results 1 – 1 of 1) sorted by relevance
218 struct xfs_cil_ctx { struct219 struct xfs_cil *cil;220 xfs_csn_t sequence; /* chkpt sequence # */222 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */223 struct xlog_in_core *commit_iclog;224 struct xlog_ticket *ticket; /* chkpt ticket */227 struct list_head log_items; /* log items in chkpt */229 struct list_head iclog_entry;231 struct work_struct discard_endio_work;232 struct work_struct push_work;[all …]
Completed in 5 milliseconds