Searched refs:commit_iclog (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log_cil.c389 struct xlog_in_core *commit_iclog; local
558 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, 0);
565 error = xfs_log_notify(log->l_mp, commit_iclog, &ctx->log_cb);
580 return xfs_log_release_iclog(log->l_mp, commit_iclog);
H A Dxfs_log_priv.h562 xlog_in_core_t **commit_iclog, uint flags);
H A Dxfs_trans.c1450 struct xlog_in_core *commit_iclog; local
1490 *commit_lsn = xfs_log_done(mp, tp->t_ticket, &commit_iclog, log_flags);
1538 shutdown = xfs_log_notify(mp, commit_iclog, &(tp->t_logcb));
1578 return xfs_log_release_iclog(mp, commit_iclog);
H A Dxfs_log.c1804 struct xlog_in_core **commit_iclog)
1830 if (!commit_iclog)
1833 *commit_iclog = iclog;
1885 struct xlog_in_core **commit_iclog,
1993 commit_iclog);
2029 if (!commit_iclog)
2033 *commit_iclog = iclog;
1795 xlog_write_copy_finish( struct log *log, struct xlog_in_core *iclog, uint flags, int *record_cnt, int *data_cnt, int *partial_copy, int *partial_copy_len, int log_offset, struct xlog_in_core **commit_iclog) argument
1880 xlog_write( struct log *log, struct xfs_log_vec *log_vector, struct xlog_ticket *ticket, xfs_lsn_t *start_lsn, struct xlog_in_core **commit_iclog, uint flags) argument

Completed in 78 milliseconds