Home
last modified time | relevance | path

Searched refs:xlog_state_switch_iclogs (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/fs/xfs/
Dxfs_log_priv.h516 void xlog_state_switch_iclogs(struct xlog *log, struct xlog_in_core *iclog,
Dxfs_log.c885 xlog_state_switch_iclogs(iclog->ic_log, iclog, 0); in xlog_force_iclog()
2971 xlog_state_switch_iclogs(log, iclog, iclog->ic_size); in xlog_state_get_iclog_space()
2997 xlog_state_switch_iclogs(log, iclog, iclog->ic_size); in xlog_state_get_iclog_space()
3096 xlog_state_switch_iclogs( in xlog_state_switch_iclogs() function
3244 xlog_state_switch_iclogs(log, iclog, 0); in xfs_log_force()
Dxfs_log_cil.c1383 xlog_state_switch_iclogs(log, ctx->commit_iclog, 0); in xlog_cil_push_work()
/Linux-v6.1/tools/memory-model/Documentation/
Drecipes.txt314 The xlog_state_switch_iclogs() function in fs/xfs/xfs_log.c contains