Searched defs:xfs_cil (Results 1 – 4 of 4) sorted by relevance
22483 struct xfs_cil { struct22501 struct xfs_cil_ctx *xc_ctx; argument22512 spinlock_t xc_push_lock;22513 xfs_csn_t xc_push_seq;22514 bool xc_push_commit_stable;22515 struct list_head xc_committing;22516 wait_queue_head_t xc_commit_wait;22517 wait_queue_head_t xc_start_wait;22518 xfs_csn_t xc_current_sequence;22519 wait_queue_head_t xc_push_wait;[all …]
55145 struct xfs_cil { struct55155 struct xfs_cil_ctx *xc_ctx; argument55158 spinlock_t xc_push_lock;55159 xfs_csn_t xc_push_seq;55160 bool xc_push_commit_stable;55161 struct list_head xc_committing;55162 wait_queue_head_t xc_commit_wait;55163 wait_queue_head_t xc_start_wait;55164 xfs_csn_t xc_current_sequence;55165 wait_queue_head_t xc_push_wait;[all …]