Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_log_cil.c67 INIT_LIST_HEAD(&ctx->busy_extents); in xlog_cil_init()
369 list_for_each_entry_safe(busyp, n, &ctx->busy_extents, list) in xlog_cil_committed()
485 INIT_LIST_HEAD(&new_ctx->busy_extents); in xlog_cil_push()
666 &log->l_cilp->xc_ctx->busy_extents); in xfs_log_commit_cil()
Dxfs_log_priv.h387 struct list_head busy_extents; /* busy extents in chkpt */ member