Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_trans_ail.c39 xfs_lsn_t prev_lsn = NULLCOMMITLSN; in xfs_ail_check()
40 xfs_lsn_t next_lsn = NULLCOMMITLSN; in xfs_ail_check()
61 (prev_lsn == NULLCOMMITLSN || XFS_LSN_CMP(prev_lsn, lsn) <= 0) && in xfs_ail_check()
62 (next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0)) in xfs_ail_check()
67 ASSERT(prev_lsn == NULLCOMMITLSN || XFS_LSN_CMP(prev_lsn, lsn) <= 0); in xfs_ail_check()
68 ASSERT(next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0); in xfs_ail_check()
Dxfs_buf_item_recover.c400 if (current_lsn == NULLCOMMITLSN) in xlog_recover_validate_buf_type()
560 xlog_recover_do_reg_buffer(mp, item, bp, buf_f, NULLCOMMITLSN); in xlog_recover_do_dquot_buffer()
926 xlog_recover_validate_buf_type(mp, bp, buf_f, NULLCOMMITLSN); in xlog_recover_buf_commit_pass2()
Dxfs_log.c1526 return NULLCOMMITLSN; in xlog_grant_push_threshold()
1564 if (threshold_lsn == NULLCOMMITLSN || XLOG_FORCED_SHUTDOWN(log)) in xlog_grant_push_ail()
3307 if (lsn == NULLCOMMITLSN) in xfs_log_force_seq()
3831 if (lsn == NULLCOMMITLSN) in xfs_log_check_lsn()
Dxfs_log_cil.c1092 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq()
/fs/xfs/libxfs/
Dxfs_defer.c361 xfs_lsn_t threshold_lsn = NULLCOMMITLSN; in xfs_defer_relog()
383 if (threshold_lsn == NULLCOMMITLSN) { in xfs_defer_relog()
385 if (threshold_lsn == NULLCOMMITLSN) in xfs_defer_relog()
Dxfs_types.h54 #define NULLCOMMITLSN ((xfs_lsn_t)-1) macro
Dxfs_attr_remote.c215 if (rmt->rm_lsn != cpu_to_be64(NULLCOMMITLSN)) { in xfs_attr3_rmt_write_verify()
269 rmt->rm_lsn = cpu_to_be64(NULLCOMMITLSN); in xfs_attr3_rmt_hdr_set()