Lines Matching refs:busy_extents
105 INIT_LIST_HEAD(&ctx->busy_extents.extent_list); in xlog_cil_ctx_alloc()
132 if (!list_empty(&cilpcp->busy_extents)) { in xlog_cil_push_pcp_aggregate()
133 list_splice_init(&cilpcp->busy_extents, in xlog_cil_push_pcp_aggregate()
134 &ctx->busy_extents.extent_list); in xlog_cil_push_pcp_aggregate()
652 list_splice_init(&tp->t_busy, &cilpcp->busy_extents); in xlog_cil_insert_items()
906 xfs_extent_busy_sort(&ctx->busy_extents.extent_list); in xlog_cil_committed()
907 xfs_extent_busy_clear(&ctx->busy_extents.extent_list, in xlog_cil_committed()
916 if (!list_empty(&ctx->busy_extents.extent_list)) { in xlog_cil_committed()
917 ctx->busy_extents.owner = ctx; in xlog_cil_committed()
918 xfs_discard_extents(mp, &ctx->busy_extents); in xlog_cil_committed()
1947 INIT_LIST_HEAD(&cilpcp->busy_extents); in xlog_cil_init()