Searched refs:NULLCOMMITLSN (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_trans_ail.c | 37 xfs_lsn_t prev_lsn = NULLCOMMITLSN; in xfs_ail_check() 38 xfs_lsn_t next_lsn = NULLCOMMITLSN; in xfs_ail_check() 59 (prev_lsn == NULLCOMMITLSN || XFS_LSN_CMP(prev_lsn, lsn) <= 0) && in xfs_ail_check() 60 (next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0)) in xfs_ail_check() 65 ASSERT(prev_lsn == NULLCOMMITLSN || XFS_LSN_CMP(prev_lsn, lsn) <= 0); in xfs_ail_check() 66 ASSERT(next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0); in xfs_ail_check()
|
D | xfs_trans.c | 782 if (commit_lsn != NULLCOMMITLSN) in xfs_trans_free_items() 1001 xfs_trans_free_items(tp, NULLCOMMITLSN, !!error); in __xfs_trans_commit() 1063 xfs_trans_free_items(tp, NULLCOMMITLSN, dirty); in xfs_trans_cancel()
|
D | xfs_log_cil.c | 1039 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_lsn()
|
D | xfs_log.c | 3516 if (lsn == NULLCOMMITLSN) in xfs_log_force_lsn() 4090 if (lsn == NULLCOMMITLSN) in xfs_log_check_lsn()
|
D | xfs_log_recover.c | 2606 if (current_lsn == NULLCOMMITLSN) in xlog_recover_validate_buf_type() 2767 xlog_recover_do_reg_buffer(mp, item, bp, buf_f, NULLCOMMITLSN); in xlog_recover_do_dquot_buffer() 2856 xlog_recover_validate_buf_type(mp, bp, buf_f, NULLCOMMITLSN); in xlog_recover_buffer_pass2()
|
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_types.h | 55 #define NULLCOMMITLSN ((xfs_lsn_t)-1) macro
|
D | xfs_attr_remote.c | 206 if (rmt->rm_lsn != cpu_to_be64(NULLCOMMITLSN)) { in xfs_attr3_rmt_write_verify() 259 rmt->rm_lsn = cpu_to_be64(NULLCOMMITLSN); in xfs_attr3_rmt_hdr_set()
|