Searched refs:busy_extents (Results 1 – 2 of 2) sorted by relevance
63 INIT_LIST_HEAD(&ctx->busy_extents); in xlog_cil_ctx_alloc()451 list_splice_init(&tp->t_busy, &ctx->busy_extents); in xlog_cil_insert_items()543 xfs_extent_busy_clear(mp, &ctx->busy_extents, false); in xlog_discard_endio_work()568 struct list_head *list = &ctx->busy_extents; in xlog_discard_busy_extents()634 xfs_extent_busy_sort(&ctx->busy_extents); in xlog_cil_committed()635 xfs_extent_busy_clear(mp, &ctx->busy_extents, in xlog_cil_committed()644 if (!list_empty(&ctx->busy_extents)) in xlog_cil_committed()
247 struct list_head busy_extents; /* busy extents in chkpt */ member
Completed in 10 milliseconds