Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_log_priv.h248 struct xfs_cil_ctx { struct
249 struct xfs_cil *cil;
250 xfs_lsn_t sequence; /* chkpt sequence # */
251 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
252 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
253 struct xlog_ticket *ticket; /* chkpt ticket */
254 int nvecs; /* number of regions */
255 int space_used; /* aggregate size of regions */
256 struct list_head busy_extents; /* busy extents in chkpt */
257 struct xfs_log_vec *lv_chain; /* logvecs being pushed */
[all …]