Searched refs:NULLCOMMITLSN (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_trans_ail.c40 xfs_lsn_t prev_lsn = NULLCOMMITLSN;
41 xfs_lsn_t next_lsn = NULLCOMMITLSN;
62 (prev_lsn == NULLCOMMITLSN || XFS_LSN_CMP(prev_lsn, lsn) <= 0) &&
63 (next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0))
68 ASSERT(prev_lsn == NULLCOMMITLSN || XFS_LSN_CMP(prev_lsn, lsn) <= 0);
69 ASSERT(next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0);
425 xfs_lsn_t target = NULLCOMMITLSN;
475 ASSERT(target != NULLCOMMITLSN);
H A Dxfs_buf_item_recover.c409 if (current_lsn == NULLCOMMITLSN)
569 xlog_recover_do_reg_buffer(mp, item, bp, buf_f, NULLCOMMITLSN);
945 xlog_recover_validate_buf_type(mp, bp, buf_f, NULLCOMMITLSN);
H A Dxfs_log.c1681 * NULLCOMMITLSN.
1710 return NULLCOMMITLSN;
1748 if (threshold_lsn == NULLCOMMITLSN || xlog_is_shutdown(log))
3375 if (lsn == NULLCOMMITLSN)
3856 if (lsn == NULLCOMMITLSN)
H A Dxfs_log_cil.c1665 xfs_lsn_t commit_lsn = NULLCOMMITLSN;
1741 * NULLCOMMITLSN here as that has special meaning to log forces (i.e.
/linux-master/fs/xfs/libxfs/
H A Dxfs_types.h58 #define NULLCOMMITLSN ((xfs_lsn_t)-1) macro
H A Dxfs_defer.c535 xfs_lsn_t threshold_lsn = NULLCOMMITLSN;
557 if (threshold_lsn == NULLCOMMITLSN) {
559 if (threshold_lsn == NULLCOMMITLSN)
H A Dxfs_attr_remote.c216 if (rmt->rm_lsn != cpu_to_be64(NULLCOMMITLSN)) {
268 * NULLCOMMITLSN to indicate that the LSN is invalid.
270 rmt->rm_lsn = cpu_to_be64(NULLCOMMITLSN);

Completed in 160 milliseconds