Searched refs:sb_lsn (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c299 if (!xfs_log_check_lsn(mp, sbp->sb_lsn))
668 to->sb_lsn = be64_to_cpu(from->sb_lsn);
825 to->sb_lsn = cpu_to_be64(from->sb_lsn);
934 dsb->sb_lsn = cpu_to_be64(bip->bli_item.li_lsn);
H A Dxfs_format.h175 xfs_lsn_t sb_lsn; /* last write sequence */ member in struct:xfs_sb
262 __be64 sb_lsn; /* last write sequence */ member in struct:xfs_dsb
/linux-master/fs/xfs/
H A Dxfs_buf_item_recover.c798 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn);
H A Dxfs_log_recover.c3394 !xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn))

Completed in 1403 milliseconds