Searched refs:xlog_write (Results 1 - 3 of 3) sorted by relevance

/fs/xfs/
H A Dxfs_log_priv.h454 xlog_write(
H A Dxfs_log_cil.c71 * ticket is passed to xlog_write() directly so that we don't slowly leak log
569 * transaction header here as it is not accounted for in xlog_write().
589 error = xlog_write(log, &lvhdr, tic, &ctx->start_lsn, NULL, 0);
H A Dxfs_log.c836 error = xlog_write(log, &vec, tic, &lsn,
1509 error = xlog_write(log, &vec, ticket, commitlsnp, iclog,
2021 "xlog_write: reservation summary:\n"
2050 "xlog_write: reservation ran out. Need to up reservation");
2285 xlog_write( function
2851 * * log_offset where xlog_write() can start writing into the in-core
2853 * * in-core log pointer to which xlog_write() should write.
2916 * xlog_write() algorithm assumes that at least 2 xlog_op_header_t's
2945 * to disk in xlog_write().
3537 * own region to xlog_write()
[all...]

Completed in 42 milliseconds