Searched refs:NULLCOMMITLSN (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_trans_ail.c | 40 xfs_lsn_t prev_lsn = NULLCOMMITLSN; in xfs_ail_check() 41 xfs_lsn_t next_lsn = NULLCOMMITLSN; in xfs_ail_check() 62 (prev_lsn == NULLCOMMITLSN || XFS_LSN_CMP(prev_lsn, lsn) <= 0) && in xfs_ail_check() 63 (next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0)) in xfs_ail_check() 68 ASSERT(prev_lsn == NULLCOMMITLSN || XFS_LSN_CMP(prev_lsn, lsn) <= 0); in xfs_ail_check() 69 ASSERT(next_lsn == NULLCOMMITLSN || XFS_LSN_CMP(next_lsn, lsn) >= 0); in xfs_ail_check() 421 return NULLCOMMITLSN; in xfs_ail_calc_push_target() 499 if (ailp->ail_target == NULLCOMMITLSN) in xfsaild_push() 509 ASSERT(ailp->ail_target != NULLCOMMITLSN); in xfsaild_push() 854 tail_lsn = NULLCOMMITLSN; in xfs_trans_ail_update_bulk()
|
| A D | xfs_buf_item_recover.c | 412 if (current_lsn == NULLCOMMITLSN) in xlog_recover_validate_buf_type() 572 xlog_recover_do_reg_buffer(mp, item, bp, buf_f, NULLCOMMITLSN); in xlog_recover_do_dquot_buffer() 1009 xlog_recover_validate_buf_type(mp, bp, buf_f, NULLCOMMITLSN); in xlog_recover_buf_commit_pass2()
|
| A D | xfs_log_cil.c | 784 xfs_ail_update_finish(ailp, NULLCOMMITLSN); in xlog_cil_ail_insert() 1835 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq()
|
| A D | xfs_log.c | 3100 if (lsn == NULLCOMMITLSN) in xfs_log_force_seq() 3579 if (lsn == NULLCOMMITLSN) in xfs_log_check_lsn()
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_types.h | 58 #define NULLCOMMITLSN ((xfs_lsn_t)-1) macro
|
| A D | xfs_defer.c | 537 xfs_lsn_t threshold_lsn = NULLCOMMITLSN; in xfs_defer_relog() 559 if (threshold_lsn == NULLCOMMITLSN) { in xfs_defer_relog() 561 if (threshold_lsn == NULLCOMMITLSN) in xfs_defer_relog()
|
| A D | xfs_attr_remote.c | 228 if (rmt->rm_lsn != cpu_to_be64(NULLCOMMITLSN)) { in xfs_attr3_rmt_write_verify() 282 rmt->rm_lsn = cpu_to_be64(NULLCOMMITLSN); in xfs_attr3_rmt_hdr_set()
|
Completed in 24 milliseconds