Searched defs:xfs_cil (Results 1 – 1 of 1) sorted by relevance
284 struct xfs_cil { struct291 struct xfs_cil_ctx *xc_ctx; argument293 spinlock_t xc_push_lock ____cacheline_aligned_in_smp;294 xfs_csn_t xc_push_seq;295 bool xc_push_commit_stable;296 struct list_head xc_committing;297 wait_queue_head_t xc_commit_wait;298 wait_queue_head_t xc_start_wait;299 xfs_csn_t xc_current_sequence;300 wait_queue_head_t xc_push_wait; /* background push throttle */[all …]