Lines Matching refs:blk

830 	void			*blk = bp->b_addr;  in xlog_recover_get_buf_lsn()  local
848 magic32 = be32_to_cpu(*(__be32 *)blk); in xlog_recover_get_buf_lsn()
852 struct xfs_rtbuf_blkinfo *hdr = blk; in xlog_recover_get_buf_lsn()
868 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn()
878 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn()
885 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn()
886 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()
889 lsn = be64_to_cpu(((struct xfs_agfl *)blk)->agfl_lsn); in xlog_recover_get_buf_lsn()
890 uuid = &((struct xfs_agfl *)blk)->agfl_uuid; in xlog_recover_get_buf_lsn()
893 lsn = be64_to_cpu(((struct xfs_agi *)blk)->agi_lsn); in xlog_recover_get_buf_lsn()
894 uuid = &((struct xfs_agi *)blk)->agi_uuid; in xlog_recover_get_buf_lsn()
897 lsn = be64_to_cpu(((struct xfs_dsymlink_hdr *)blk)->sl_lsn); in xlog_recover_get_buf_lsn()
898 uuid = &((struct xfs_dsymlink_hdr *)blk)->sl_uuid; in xlog_recover_get_buf_lsn()
903 lsn = be64_to_cpu(((struct xfs_dir3_blk_hdr *)blk)->lsn); in xlog_recover_get_buf_lsn()
904 uuid = &((struct xfs_dir3_blk_hdr *)blk)->uuid; in xlog_recover_get_buf_lsn()
923 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn()
925 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn()
927 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
939 magicda = be16_to_cpu(((struct xfs_da_blkinfo *)blk)->magic); in xlog_recover_get_buf_lsn()
945 lsn = be64_to_cpu(((struct xfs_da3_blkinfo *)blk)->lsn); in xlog_recover_get_buf_lsn()
946 uuid = &((struct xfs_da3_blkinfo *)blk)->uuid; in xlog_recover_get_buf_lsn()
969 magic16 = be16_to_cpu(*(__be16 *)blk); in xlog_recover_get_buf_lsn()