Home
last modified time | relevance | path

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

/linux/fs/xfs/
A Dxfs_log_priv.h238 struct xfs_cil_ctx { struct
239 struct xfs_cil *cil;
240 xfs_csn_t sequence; /* chkpt sequence # */
242 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */
243 struct xlog_in_core *commit_iclog;
244 struct xlog_ticket *ticket; /* chkpt ticket */
245 int nvecs; /* number of regions */
246 int space_used; /* aggregate size of regions */
249 struct list_head iclog_entry;
251 struct work_struct discard_endio_work;
[all …]

Completed in 6 milliseconds