aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_trans_priv.h')
-rw-r--r--fs/xfs/xfs_trans_priv.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/fs/xfs/xfs_trans_priv.h b/fs/xfs/xfs_trans_priv.h
index f114d388570a..aa5853502529 100644
--- a/fs/xfs/xfs_trans_priv.h
+++ b/fs/xfs/xfs_trans_priv.h
@@ -90,14 +90,15 @@ void xfs_trans_update_ail(struct xfs_mount *mp,
90void xfs_trans_delete_ail(struct xfs_mount *mp, 90void xfs_trans_delete_ail(struct xfs_mount *mp,
91 struct xfs_log_item *lip) 91 struct xfs_log_item *lip)
92 __releases(mp->m_ail_lock); 92 __releases(mp->m_ail_lock);
93struct xfs_log_item *xfs_trans_first_ail(struct xfs_mount *mp,
94 struct xfs_ail_cursor *cur);
95struct xfs_log_item *xfs_trans_next_ail(struct xfs_mount *mp,
96 struct xfs_ail_cursor *cur);
97 93
98void xfs_trans_ail_cursor_init(struct xfs_ail *ailp, 94xfs_lsn_t xfs_trans_ail_tail(struct xfs_ail *ailp);
95
96struct xfs_log_item *xfs_trans_ail_cursor_first(struct xfs_ail *ailp,
97 struct xfs_ail_cursor *cur,
98 xfs_lsn_t lsn);
99struct xfs_log_item *xfs_trans_ail_cursor_next(struct xfs_ail *ailp,
99 struct xfs_ail_cursor *cur); 100 struct xfs_ail_cursor *cur);
100void xfs_trans_ail_cursor_done(struct xfs_ail *ailp, 101void xfs_trans_ail_cursor_done(struct xfs_ail *ailp,
101 struct xfs_ail_cursor *cur); 102 struct xfs_ail_cursor *cur);
102 103
103long xfsaild_push(struct xfs_ail *, xfs_lsn_t *); 104long xfsaild_push(struct xfs_ail *, xfs_lsn_t *);