Home
last modified time | relevance | path

Searched refs:l_ailp (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/
Dxfs_log_priv.h402 struct xfs_ail *l_ailp; /* AIL log is working with */ member
Dxfs_log.c263 xfs_ail_push_all(log->l_ailp); in xlog_grant_head_wait()
659 log->l_ailp = mp->m_ail; in xfs_log_mount()
1150 if (xfs_ail_min_lsn(log->l_ailp)) in xfs_log_need_covered()
1183 !xfs_ail_min_lsn(mp->m_log->l_ailp)) || in xfs_log_cover()
3275 log->l_ailp->ail_head_lsn, in xlog_verify_dump_tail()
Dxfs_log_recover.c1180 log->l_ailp->ail_head_lsn = in xlog_check_unmount_rec()
1215 log->l_ailp->ail_head_lsn = be64_to_cpu(rhead->h_lsn); in xlog_set_state()
1984 xfs_trans_ail_insert(log->l_ailp, lip, lsn); in xlog_recover_intent_item()
3371 xfs_ail_assign_tail_lsn(log->l_ailp); in xlog_do_recover()
Dxfs_log_cil.c760 struct xfs_ail *ailp = ctx->cil->xc_log->l_ailp; in xlog_cil_ail_insert()
Dxfs_trace.h1411 __entry->head_lsn = log->l_ailp->ail_head_lsn;
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.c560 threshold_lsn = xfs_ail_get_push_target(log->l_ailp); in xfs_defer_relog()