Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_types.h62 #define NULLCOMMITLSN ((xfs_lsn_t)-1) macro
H A Dxfs_defer.c537 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()
H A Dxfs_attr_remote.c228 if (rmt->rm_lsn != cpu_to_be64(NULLCOMMITLSN)) { in xfs_attr3_rmt_write_verify()
280 * NULLCOMMITLSN to indicate that the LSN is invalid. in xfs_attr3_rmt_hdr_set()
282 rmt->rm_lsn = cpu_to_be64(NULLCOMMITLSN); in xfs_attr3_rmt_hdr_set()
/linux/fs/xfs/
H A Dxfs_log_cil.c772 xfs_ail_update_finish(ailp, NULLCOMMITLSN); in xlog_cil_ail_insert()
1824 xfs_lsn_t commit_lsn = NULLCOMMITLSN; in xlog_cil_force_seq()
1900 * NULLCOMMITLSN here as that has special meaning to log forces (i.e. in xlog_cil_force_seq()
H A Dxfs_log.c3079 if (lsn == NULLCOMMITLSN) in xfs_log_force_seq()
3572 if (lsn == NULLCOMMITLSN) in xfs_log_check_lsn()