busy_extents      416 fs/xfs/xfs_log_cil.c 		list_splice_init(&tp->t_busy, &ctx->busy_extents);
busy_extents      508 fs/xfs/xfs_log_cil.c 	xfs_extent_busy_clear(mp, &ctx->busy_extents, false);
busy_extents      533 fs/xfs/xfs_log_cil.c 	struct list_head	*list = &ctx->busy_extents;
busy_extents      598 fs/xfs/xfs_log_cil.c 	xfs_extent_busy_sort(&ctx->busy_extents);
busy_extents      599 fs/xfs/xfs_log_cil.c 	xfs_extent_busy_clear(mp, &ctx->busy_extents,
busy_extents      608 fs/xfs/xfs_log_cil.c 	if (!list_empty(&ctx->busy_extents))
busy_extents      748 fs/xfs/xfs_log_cil.c 	INIT_LIST_HEAD(&new_ctx->busy_extents);
busy_extents     1201 fs/xfs/xfs_log_cil.c 	INIT_LIST_HEAD(&ctx->busy_extents);
busy_extents      246 fs/xfs/xfs_log_priv.h 	struct list_head	busy_extents;	/* busy extents in chkpt */