Searched refs:xlog_write (Results 1 – 3 of 3) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_log_priv.h | 511 int xlog_write(struct xlog *log, struct xfs_cil_ctx *ctx,
|
H A D | xfs_log_cil.c | 1084 return xlog_write(log, ctx, &ctx->lv_chain, ctx->ticket, chain_len); in xlog_cil_write_chain() 1125 error = xlog_write(log, ctx, &lv_chain, ctx->ticket, reg.i_len); in xlog_cil_write_commit_record()
|
H A D | xfs_log.c | 892 return xlog_write(log, NULL, &lv_chain, ticket, reg.i_len); in xlog_write_unmount_record() 2236 xlog_write( in xlog_write() function
|