Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_cil.c106 INIT_LIST_HEAD(&ctx->busy_extents); in xlog_cil_ctx_alloc()
133 if (!list_empty(&cilpcp->busy_extents)) { in xlog_cil_push_pcp_aggregate()
134 list_splice_init(&cilpcp->busy_extents, in xlog_cil_push_pcp_aggregate()
135 &ctx->busy_extents); in xlog_cil_push_pcp_aggregate()
647 list_splice_init(&tp->t_busy, &cilpcp->busy_extents); in xlog_cil_insert_items()
707 xfs_extent_busy_clear(mp, &ctx->busy_extents, false); in xlog_discard_endio_work()
732 struct list_head *list = &ctx->busy_extents; in xlog_discard_busy_extents()
798 xfs_extent_busy_sort(&ctx->busy_extents); in xlog_cil_committed()
799 xfs_extent_busy_clear(mp, &ctx->busy_extents, in xlog_cil_committed()
808 if (!list_empty(&ctx->busy_extents)) in xlog_cil_committed()
[all …]
Dxfs_log_priv.h226 struct list_head busy_extents; /* busy extents in chkpt */ member
242 struct list_head busy_extents; member