Home
last modified time | relevance | path

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

/linux-4.4.14/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()
240 rmt->rm_lsn = cpu_to_be64(NULLCOMMITLSN); in xfs_attr3_rmt_hdr_set()
/linux-4.4.14/fs/xfs/
Dxfs_trans.c749 if (commit_lsn != NULLCOMMITLSN) in xfs_trans_free_items()
955 xfs_trans_free_items(tp, NULLCOMMITLSN, !!error); in __xfs_trans_commit()
1010 xfs_trans_free_items(tp, NULLCOMMITLSN, dirty); in xfs_trans_cancel()
Dxfs_log_cil.c838 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn()
Dxfs_log.c3385 if (lsn == NULLCOMMITLSN) in _xfs_log_force_lsn()
4067 if (lsn == NULLCOMMITLSN) in xfs_log_check_lsn()