Home
last modified time | relevance | path

Searched refs:xa_cursors (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_trans_ail.c148 list_add_tail(&cur->list, &ailp->xa_cursors); in xfs_trans_ail_cursor_init()
196 list_for_each_entry(cur, &ailp->xa_cursors, list) { in xfs_trans_ail_cursor_clear()
784 INIT_LIST_HEAD(&ailp->xa_cursors); in xfs_trans_ail_init()
Dxfs_trans_priv.h73 struct list_head xa_cursors; member