Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log_cil.c939 struct xfs_cil_ctx, iclog_entry))) { in xlog_cil_process_committed()
940 list_del(&ctx->iclog_entry); in xlog_cil_process_committed()
1000 list_add_tail(&ctx->iclog_entry, &iclog->ic_callbacks); in xlog_cil_set_ctx_write_state()
H A Dxfs_log_priv.h231 struct list_head iclog_entry; member