Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
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()
751 INIT_LIST_HEAD(&new_ctx->busy_extents); in xlog_cil_push_work()
1223 INIT_LIST_HEAD(&ctx->busy_extents); in xlog_cil_init()
Dxfs_log_priv.h239 struct list_head busy_extents; /* busy extents in chkpt */ member