Home
last modified time | relevance | path

Searched refs:xfs_trans_first_ail (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_trans_priv.h68 struct xfs_log_item *xfs_trans_first_ail(struct xfs_mount *, int *);
Dxfs_trans_ail.c112 lip = xfs_trans_first_ail(mp, &gen); in xfs_trans_push_ail()
396 xfs_trans_first_ail( in xfs_trans_first_ail() function
Dxfs_log_recover.c2765 lip = xfs_trans_first_ail(mp, &gen); in xlog_recover_do_efd_trans()
3129 lip = xfs_trans_first_ail(mp, &gen); in xlog_recover_process_efis()
Dxfs_log.c821 && !xfs_trans_first_ail(mp, &gen) in xfs_log_need_covered()