Lines Matching defs:xfs_cil
262 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;
278 wait_queue_head_t xc_push_wait; /* background push throttle */
280 void __percpu *xc_pcp; /* percpu CIL structures */
282 struct list_head xc_pcp_list;