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.h147 struct xlog_ticket { struct
148 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 …]