Lines Matching defs:lsn
708 xfs_lsn_t lsn = -1;
728 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn);
736 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn);
741 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn);
745 lsn = be64_to_cpu(((struct xfs_agfl *)blk)->agfl_lsn);
749 lsn = be64_to_cpu(((struct xfs_agi *)blk)->agi_lsn);
753 lsn = be64_to_cpu(((struct xfs_dsymlink_hdr *)blk)->sl_lsn);
759 lsn = be64_to_cpu(((struct xfs_dir3_blk_hdr *)blk)->lsn);
779 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn);
789 if (lsn != (xfs_lsn_t)-1) {
792 return lsn;
801 lsn = be64_to_cpu(((struct xfs_da3_blkinfo *)blk)->lsn);
808 if (lsn != (xfs_lsn_t)-1) {
811 return lsn;
876 xfs_lsn_t lsn;
906 * the lsn of the transaction we are replaying.
923 lsn = xlog_recover_get_buf_lsn(mp, bp);
924 if (lsn && lsn != -1 && XFS_LSN_CMP(lsn, current_lsn) >= 0) {