Searched defs:xlog_ticket (Results 1 – 1 of 1) sorted by relevance
147 struct xlog_ticket { struct148 struct list_head t_queue; /* reserve/write queue */149 struct task_struct *t_task; /* task that owns this ticket */150 xlog_tid_t t_tid; /* transaction identifier */151 atomic_t t_ref; /* ticket reference count */152 int t_curr_res; /* current reservation */153 int t_unit_res; /* unit reservation */154 char t_ocnt; /* original unit count */155 char t_cnt; /* current unit count */156 uint8_t t_flags; /* properties of reservation */[all …]