Home
last modified time | relevance | path

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

/linux/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()
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()
[all …]
H A Dxfs_log_priv.h228 struct xfs_busy_extents busy_extents; member
249 struct list_head busy_extents; member