Home
last modified time | relevance | path

Searched defs:xfs_cil_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/fs/xfs/
A Dxfs_log_priv.h218 struct xfs_cil_ctx { struct
219 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