Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c860 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_order_write()
1202 list_add(&ctx->committing, &cil->xc_committing); in xlog_cil_push_work()
1674 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_force_seq()
1771 INIT_LIST_HEAD(&cil->xc_committing); in xlog_cil_init()
H A Dxfs_log_priv.h281 struct list_head xc_committing; member