Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log_priv.h236 struct xfs_cil_ctx { struct
237 struct xfs_cil *cil;
238 xfs_lsn_t sequence; /* chkpt sequence # */
239 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
240 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
241 struct xlog_ticket *ticket; /* chkpt ticket */
242 int nvecs; /* number of regions */
243 int space_used; /* aggregate size of regions */
244 struct list_head busy_extents; /* busy extents in chkpt */
245 struct xfs_log_vec *lv_chain; /* logvecs being pushed */
[all …]