Home
last modified time | relevance | path

Searched refs:NULLCOMMITLSN (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_types.h122 #define NULLCOMMITLSN ((xfs_lsn_t)-1) macro
Dxfs_trans.c1333 if (commit_lsn != NULLCOMMITLSN) in xfs_trans_free_items()
1554 xfs_trans_free_items(tp, NULLCOMMITLSN, error ? XFS_TRANS_ABORT : 0); in xfs_trans_commit()
1616 xfs_trans_free_items(tp, NULLCOMMITLSN, flags); in xfs_trans_cancel()
Dxfs_log_cil.c758 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn()
Dxfs_log.c3213 if (lsn == NULLCOMMITLSN) in _xfs_log_force_lsn()