Home
last modified time | relevance | path

Searched defs:xlog_ticket (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_priv.h165 struct xlog_ticket { struct
166 struct list_head t_queue; /* reserve/write queue */
167 struct task_struct *t_task; /* task that owns this ticket */
168 xlog_tid_t t_tid; /* transaction identifier */
169 atomic_t t_ref; /* ticket reference count */
170 int t_curr_res; /* current reservation */
171 int t_unit_res; /* unit reservation */
172 char t_ocnt; /* original unit count */
173 char t_cnt; /* current unit count */
174 uint8_t t_flags; /* properties of reservation */
[all …]