Searched defs:xfs_cil (Results 1 – 1 of 1) sorted by relevance
262 struct xfs_cil { struct269 struct xfs_cil_ctx *xc_ctx; argument271 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