Searched refs:xlog_write (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/xfs/ |
D | xfs_log_priv.h | 488 int xlog_write(struct xlog *log, struct xfs_cil_ctx *ctx,
|
D | xfs_log_cil.c | 829 return xlog_write(log, ctx, chain, ctx->ticket, chain_len); in xlog_cil_write_chain() 868 error = xlog_write(log, ctx, &vec, ctx->ticket, reg.i_len); in xlog_cil_write_commit_record()
|
D | xfs_log.c | 955 return xlog_write(log, NULL, &vec, ticket, reg.i_len); in xlog_write_unmount_record() 2471 xlog_write( in xlog_write() function
|