Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/
Dxfs_log_priv.h218 struct xfs_cil_ctx { struct
219 struct xfs_cil *cil;
220 xfs_csn_t sequence; /* chkpt sequence # */
221 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
222 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
223 struct xlog_in_core *commit_iclog;
224 struct xlog_ticket *ticket; /* chkpt ticket */
225 atomic_t space_used; /* aggregate size of regions */
226 struct list_head busy_extents; /* busy extents in chkpt */
227 struct list_head log_items; /* log items in chkpt */
[all …]