Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/
Dxfs_log_priv.h220 struct xfs_cil_ctx { struct
221 struct xfs_cil *cil;
222 xfs_csn_t sequence; /* chkpt sequence # */
223 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
224 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
225 struct xlog_in_core *commit_iclog;
226 struct xlog_ticket *ticket; /* chkpt ticket */
227 atomic_t space_used; /* aggregate size of regions */
228 struct xfs_busy_extents busy_extents;
229 struct list_head log_items; /* log items in chkpt */
[all …]
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_priv.h231 struct xfs_cil_ctx { struct
232 struct xfs_cil *cil;
233 xfs_csn_t sequence; /* chkpt sequence # */
234 xfs_lsn_t start_lsn; /* first LSN of chkpt commit */
235 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
236 struct xlog_ticket *ticket; /* chkpt ticket */
237 int nvecs; /* number of regions */
238 int space_used; /* aggregate size of regions */
239 struct list_head busy_extents; /* busy extents in chkpt */
240 struct xfs_log_vec *lv_chain; /* logvecs being pushed */
[all …]