• Home
  • Raw
  • Download

Lines Matching refs:blk

716 	void			*blk = bp->b_addr;  in xlog_recover_get_buf_lsn()  local
733 magic32 = be32_to_cpu(*(__be32 *)blk); in xlog_recover_get_buf_lsn()
745 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn()
753 struct xfs_btree_block *btb = blk; in xlog_recover_get_buf_lsn()
760 lsn = be64_to_cpu(((struct xfs_agf *)blk)->agf_lsn); in xlog_recover_get_buf_lsn()
761 uuid = &((struct xfs_agf *)blk)->agf_uuid; in xlog_recover_get_buf_lsn()
764 lsn = be64_to_cpu(((struct xfs_agfl *)blk)->agfl_lsn); in xlog_recover_get_buf_lsn()
765 uuid = &((struct xfs_agfl *)blk)->agfl_uuid; in xlog_recover_get_buf_lsn()
768 lsn = be64_to_cpu(((struct xfs_agi *)blk)->agi_lsn); in xlog_recover_get_buf_lsn()
769 uuid = &((struct xfs_agi *)blk)->agi_uuid; in xlog_recover_get_buf_lsn()
772 lsn = be64_to_cpu(((struct xfs_dsymlink_hdr *)blk)->sl_lsn); in xlog_recover_get_buf_lsn()
773 uuid = &((struct xfs_dsymlink_hdr *)blk)->sl_uuid; in xlog_recover_get_buf_lsn()
778 lsn = be64_to_cpu(((struct xfs_dir3_blk_hdr *)blk)->lsn); in xlog_recover_get_buf_lsn()
779 uuid = &((struct xfs_dir3_blk_hdr *)blk)->uuid; in xlog_recover_get_buf_lsn()
798 lsn = be64_to_cpu(((struct xfs_dsb *)blk)->sb_lsn); in xlog_recover_get_buf_lsn()
800 uuid = &((struct xfs_dsb *)blk)->sb_meta_uuid; in xlog_recover_get_buf_lsn()
802 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
814 magicda = be16_to_cpu(((struct xfs_da_blkinfo *)blk)->magic); in xlog_recover_get_buf_lsn()
820 lsn = be64_to_cpu(((struct xfs_da3_blkinfo *)blk)->lsn); in xlog_recover_get_buf_lsn()
821 uuid = &((struct xfs_da3_blkinfo *)blk)->uuid; in xlog_recover_get_buf_lsn()
844 magic16 = be16_to_cpu(*(__be16 *)blk); in xlog_recover_get_buf_lsn()