diff options
Diffstat (limited to 'fs/xfs/xfs_trans_priv.h')
-rw-r--r-- | fs/xfs/xfs_trans_priv.h | 13 |
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, | |||
90 | void xfs_trans_delete_ail(struct xfs_mount *mp, | 90 | void 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); |
93 | struct xfs_log_item *xfs_trans_first_ail(struct xfs_mount *mp, | ||
94 | struct xfs_ail_cursor *cur); | ||
95 | struct xfs_log_item *xfs_trans_next_ail(struct xfs_mount *mp, | ||
96 | struct xfs_ail_cursor *cur); | ||
97 | 93 | ||
98 | void xfs_trans_ail_cursor_init(struct xfs_ail *ailp, | 94 | xfs_lsn_t xfs_trans_ail_tail(struct xfs_ail *ailp); |
95 | |||
96 | struct xfs_log_item *xfs_trans_ail_cursor_first(struct xfs_ail *ailp, | ||
97 | struct xfs_ail_cursor *cur, | ||
98 | xfs_lsn_t lsn); | ||
99 | struct xfs_log_item *xfs_trans_ail_cursor_next(struct xfs_ail *ailp, | ||
99 | struct xfs_ail_cursor *cur); | 100 | struct xfs_ail_cursor *cur); |
100 | void xfs_trans_ail_cursor_done(struct xfs_ail *ailp, | 101 | void xfs_trans_ail_cursor_done(struct xfs_ail *ailp, |
101 | struct xfs_ail_cursor *cur); | 102 | struct xfs_ail_cursor *cur); |
102 | 103 | ||
103 | long xfsaild_push(struct xfs_ail *, xfs_lsn_t *); | 104 | long xfsaild_push(struct xfs_ail *, xfs_lsn_t *); |