Home
last modified time | relevance | path

Searched refs:busy_extents (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
Dxfs_log_cil.c61 INIT_LIST_HEAD(&ctx->busy_extents); in xlog_cil_init()
393 xfs_alloc_busy_sort(&ctx->busy_extents); in xlog_cil_committed()
394 xfs_alloc_busy_clear(mp, &ctx->busy_extents, in xlog_cil_committed()
403 if (!list_empty(&ctx->busy_extents)) { in xlog_cil_committed()
406 xfs_discard_extents(mp, &ctx->busy_extents); in xlog_cil_committed()
407 xfs_alloc_busy_clear(mp, &ctx->busy_extents, false); in xlog_cil_committed()
518 INIT_LIST_HEAD(&new_ctx->busy_extents); in xlog_cil_push()
701 &log->l_cilp->xc_ctx->busy_extents); in xfs_log_commit_cil()
Dxfs_log_priv.h389 struct list_head busy_extents; /* busy extents in chkpt */ member