Searched refs:start_rtbno (Results 1 – 2 of 2) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_discard.c | 766 xfs_rtblock_t start_rtbno, end_rtbno; in xfs_trim_rtdev_extents() local 779 start_rtbno = xfs_daddr_to_rtb(mp, start); in xfs_trim_rtdev_extents() 780 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_trim_rtdev_extents() 781 start_rgno = xfs_rtb_to_rgno(mp, start_rtbno); in xfs_trim_rtdev_extents()
|
H A D | xfs_fsmap.c | 757 xfs_rtblock_t start_rtbno, end_rtbno; in xfs_getfsmap_rtdev_rtbitmap() local 771 start_rtbno = xfs_daddr_to_rtb(mp, in xfs_getfsmap_rtdev_rtbitmap() 774 info->low_daddr = xfs_rtb_to_daddr(mp, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap() 778 start_rtx = xfs_rtb_to_rtx(mp, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap() 779 start_rgno = xfs_rtb_to_rgno(mp, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap() 784 trace_xfs_fsmap_low_linear_key(mp, info->dev, start_rtbno); in xfs_getfsmap_rtdev_rtbitmap()
|