Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_types.h62 #define NULLCOMMITLSN ((xfs_lsn_t)-1) macro
Dxfs_attr_remote.c189 if (rmt->rm_lsn != cpu_to_be64(NULLCOMMITLSN)) { in xfs_attr3_rmt_write_verify()
239 rmt->rm_lsn = cpu_to_be64(NULLCOMMITLSN); in xfs_attr3_rmt_hdr_set()
/linux-4.1.27/fs/xfs/
Dxfs_trans.c756 if (commit_lsn != NULLCOMMITLSN) in xfs_trans_free_items()
972 xfs_trans_free_items(tp, NULLCOMMITLSN, error ? XFS_TRANS_ABORT : 0); in xfs_trans_commit()
1034 xfs_trans_free_items(tp, NULLCOMMITLSN, flags); in xfs_trans_cancel()
Dxfs_log_cil.c836 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn()
Dxfs_log.c3348 if (lsn == NULLCOMMITLSN) in _xfs_log_force_lsn()