Home
last modified time | relevance | path

Searched refs:sb_lsn (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_sb.c215 if (!xfs_log_check_lsn(mp, sbp->sb_lsn)) in xfs_validate_sb_write()
515 to->sb_lsn = be64_to_cpu(from->sb_lsn); in __xfs_sb_from_disk()
664 to->sb_lsn = cpu_to_be64(from->sb_lsn); in xfs_sb_to_disk()
773 XFS_BUF_TO_SBP(bp)->sb_lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_sb_write_verify()
Dxfs_format.h175 xfs_lsn_t sb_lsn; /* last write sequence */ member
262 __be64 sb_lsn; /* last write sequence */ member
/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2342 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn()
5754 !xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn)) in xlog_recover()