Home
last modified time | relevance | path

Searched refs:busy_extents (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_cil.c105 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()
658 list_splice_init(&tp->t_busy, &cilpcp->busy_extents); in xlog_cil_insert_items()
739 xfs_extent_busy_sort(&ctx->busy_extents.extent_list); in xlog_cil_committed()
740 xfs_extent_busy_clear(mp, &ctx->busy_extents.extent_list, in xlog_cil_committed()
749 if (!list_empty(&ctx->busy_extents.extent_list)) { in xlog_cil_committed()
750 ctx->busy_extents.mount = mp; in xlog_cil_committed()
751 ctx->busy_extents in xlog_cil_committed()
[all...]
H A Dxfs_log_priv.h228 struct xfs_busy_extents busy_extents; member
249 struct list_head busy_extents; member
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_cil.c415 list_splice_init(&tp->t_busy, &ctx->busy_extents); in xlog_cil_insert_items()
507 xfs_extent_busy_clear(mp, &ctx->busy_extents, false); in xlog_discard_endio_work()
532 struct list_head *list = &ctx->busy_extents; in xlog_discard_busy_extents()
597 xfs_extent_busy_sort(&ctx->busy_extents); in xlog_cil_committed()
598 xfs_extent_busy_clear(mp, &ctx->busy_extents, in xlog_cil_committed()
607 if (!list_empty(&ctx->busy_extents)) in xlog_cil_committed()
756 INIT_LIST_HEAD(&new_ctx->busy_extents); in xlog_cil_push_work()
1227 INIT_LIST_HEAD(&ctx->busy_extents); in xlog_cil_init()
H A Dxfs_log_priv.h239 struct list_head busy_extents; /* busy extents in chkpt */ member

Completed in 6 milliseconds