Searched refs:commit_lsn (Results 1 - 7 of 7) 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.c144 log->l_cilp->xc_ctx->commit_lsn = xlog_assign_lsn(log->l_curr_cycle,
398 xfs_lsn_t commit_lsn; local
547 if (!new_ctx->commit_lsn) {
558 commit_lsn = xfs_log_done(log->l_mp, tic, &commit_iclog, 0);
559 if (error || commit_lsn == -1)
575 ctx->commit_lsn = commit_lsn;
616 xfs_lsn_t *commit_lsn,
641 xlog_cil_insert_items(log, log_vector, tp->t_ticket, commit_lsn);
655 tp->t_commit_lsn = *commit_lsn;
612 xfs_log_commit_cil( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_log_vec *log_vector, xfs_lsn_t *commit_lsn, int flags) argument
697 xfs_lsn_t commit_lsn = NULLCOMMITLSN; local
[all...]
H A Dxfs_trans_priv.h28 void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn,
31 xfs_lsn_t commit_lsn, int aborted);
H A Dxfs_trans.c1173 xfs_lsn_t commit_lsn,
1183 if (commit_lsn != NULLCOMMITLSN)
1184 IOP_COMMITTING(lip, commit_lsn);
1202 xfs_lsn_t commit_lsn)
1211 if (commit_lsn != NULLCOMMITLSN)
1212 IOP_COMMITTING(lip, commit_lsn);
1334 xfs_lsn_t commit_lsn,
1342 item_lsn = IOP_COMMITTED(lip, commit_lsn);
1444 xfs_lsn_t *commit_lsn,
1490 *commit_lsn
1171 xfs_trans_free_items( struct xfs_trans *tp, xfs_lsn_t commit_lsn, int flags) argument
1200 xfs_trans_unlock_items( struct xfs_trans *tp, xfs_lsn_t commit_lsn) argument
1332 xfs_trans_item_committed( struct xfs_log_item *lip, xfs_lsn_t commit_lsn, int aborted) argument
1441 xfs_trans_commit_iclog( struct xfs_mount *mp, struct xfs_trans *tp, xfs_lsn_t *commit_lsn, int flags) argument
1633 xfs_trans_commit_cil( struct xfs_mount *mp, struct xfs_trans *tp, xfs_lsn_t *commit_lsn, int flags) argument
1681 xfs_lsn_t commit_lsn = -1; local
[all...]
H A Dxfs_log.h196 xfs_lsn_t *commit_lsn, int flags);
H A Dxfs_log_priv.h391 xfs_lsn_t commit_lsn; /* chkpt commit record lsn */ member in struct:xfs_cil_ctx
H A Dxfs_buf_item.c651 xfs_lsn_t commit_lsn)
649 xfs_buf_item_committing( struct xfs_log_item *lip, xfs_lsn_t commit_lsn) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_dquot_item.c465 xfs_lsn_t commit_lsn)
463 xfs_qm_qoff_logitem_committing( struct xfs_log_item *lip, xfs_lsn_t commit_lsn) argument

Completed in 76 milliseconds