Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log_priv.h262 struct xfs_cil { struct
269 struct xfs_cil_ctx *xc_ctx; argument
271 spinlock_t xc_push_lock ____cacheline_aligned_in_smp;
272 xfs_csn_t xc_push_seq;
273 bool xc_push_commit_stable;
274 struct list_head xc_committing;
275 wait_queue_head_t xc_commit_wait;
276 wait_queue_head_t xc_start_wait;
277 xfs_csn_t xc_current_sequence;
280 void __percpu *xc_pcp; /* percpu CIL structures */
[all …]

Completed in 6 milliseconds