Searched defs:xfs_cil (Results 1 – 2 of 2) sorted by relevance
269 struct xfs_cil { struct276 struct xfs_cil_ctx *xc_ctx; argument278 spinlock_t xc_push_lock ____cacheline_aligned_in_smp;279 xfs_csn_t xc_push_seq;280 bool xc_push_commit_stable;281 struct list_head xc_committing;282 wait_queue_head_t xc_commit_wait;283 wait_queue_head_t xc_start_wait;284 xfs_csn_t xc_current_sequence;285 wait_queue_head_t xc_push_wait; /* background push throttle */[all …]
262 struct xfs_cil { struct268 struct xfs_cil_ctx *xc_ctx; argument270 spinlock_t xc_push_lock ____cacheline_aligned_in_smp;271 xfs_csn_t xc_push_seq;272 struct list_head xc_committing;273 wait_queue_head_t xc_commit_wait;274 xfs_csn_t xc_current_sequence;275 struct work_struct xc_push_work;276 wait_queue_head_t xc_push_wait; /* background push throttle */