Searched defs:xfs_ail (Results 1 – 4 of 4) sorted by relevance
22218 struct xfs_ail { struct22219 struct xlog *ail_log;22220 struct task_struct *ail_task;22221 struct list_head ail_head;22222 xfs_lsn_t ail_target;22223 xfs_lsn_t ail_target_prev;22224 struct list_head ail_cursors;22225 spinlock_t ail_lock;22226 xfs_lsn_t ail_last_pushed_lsn;22227 int ail_log_flush;[all …]
58313 struct xfs_ail { struct58314 struct xlog *ail_log;58315 struct task_struct *ail_task;58316 struct list_head ail_head;58317 xfs_lsn_t ail_target;58318 xfs_lsn_t ail_target_prev;58319 struct list_head ail_cursors;58320 spinlock_t ail_lock;58321 xfs_lsn_t ail_last_pushed_lsn;58322 int ail_log_flush;[all …]