Searched refs:busy_extents (Results 1 – 2 of 2) sorted by relevance
325 list_splice_init(&tp->t_busy, &ctx->busy_extents); in xlog_cil_insert_items()388 xfs_extent_busy_sort(&ctx->busy_extents); in xlog_cil_committed()389 xfs_extent_busy_clear(mp, &ctx->busy_extents, in xlog_cil_committed()406 if (!list_empty(&ctx->busy_extents)) { in xlog_cil_committed()409 xfs_discard_extents(mp, &ctx->busy_extents); in xlog_cil_committed()410 xfs_extent_busy_clear(mp, &ctx->busy_extents, false); in xlog_cil_committed()536 INIT_LIST_HEAD(&new_ctx->busy_extents); in xlog_cil_push()976 INIT_LIST_HEAD(&ctx->busy_extents); in xlog_cil_init()
256 struct list_head busy_extents; /* busy extents in chkpt */ member