Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_log_priv.h271 struct xfs_cil { struct
278 struct xfs_cil_ctx *xc_ctx; argument
280 spinlock_t xc_push_lock ____cacheline_aligned_in_smp;
281 xfs_csn_t xc_push_seq;
282 bool xc_push_commit_stable;
283 struct list_head xc_committing;
284 wait_queue_head_t xc_commit_wait;
285 wait_queue_head_t xc_start_wait;
286 xfs_csn_t xc_current_sequence;
287 wait_queue_head_t xc_push_wait; /* background push throttle */