Searched refs:xfs_trans_next_ail (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_trans_priv.h | 69 struct xfs_log_item *xfs_trans_next_ail(struct xfs_mount *,
|
D | xfs_trans_ail.c | 191 lip = xfs_trans_next_ail(mp, lip, &gen, &restarts); in xfs_trans_push_ail() 416 xfs_trans_next_ail( in xfs_trans_next_ail() function
|
D | xfs_log_recover.c | 2778 lip = xfs_trans_next_ail(mp, lip, &gen, NULL); in xlog_recover_do_efd_trans() 3086 lip = xfs_trans_next_ail(mp, lip, &gen, NULL); in xlog_recover_check_ail() 3144 lip = xfs_trans_next_ail(mp, lip, &gen, NULL); in xlog_recover_process_efis() 3151 lip = xfs_trans_next_ail(mp, lip, &gen, NULL); in xlog_recover_process_efis()
|