Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_trans_ail.c177 list_add_tail(&cur->list, &ailp->xa_cursors); in xfs_trans_ail_cursor_init()
226 list_for_each_entry(cur, &ailp->xa_cursors, list) { in xfs_trans_ail_cursor_clear()
766 INIT_LIST_HEAD(&ailp->xa_cursors); in xfs_trans_ail_init()
Dxfs_trans_priv.h70 struct list_head xa_cursors; member