Home
last modified time | relevance | path

Searched refs:rt_blkno (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Drtsummary_repair.c95 hdr->rt_blkno = cpu_to_be64(xfs_buf_daddr(bp)); in xrep_rtsummary_prep_buf()
H A Drtbitmap_repair.c386 hdr->rt_blkno = cpu_to_be64(xfs_buf_daddr(bp)); in xrep_rtbitmap_prep_buf()
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c48 if (hdr->rt_blkno != cpu_to_be64(xfs_buf_daddr(bp))) in xfs_rtbuf_verify()
1413 hdr->rt_blkno = cpu_to_be64(XFS_FSB_TO_DADDR(mp, fsbno)); in xfs_rtfile_initialize_block()
H A Dxfs_format.h1320 __be64 rt_blkno; /* first block of the buffer */ member