ar_startext      1025 fs/xfs/libxfs/xfs_rtbitmap.c 	if (low_rec->ar_startext > high_rec->ar_startext)
ar_startext      1027 fs/xfs/libxfs/xfs_rtbitmap.c 	if (low_rec->ar_startext >= mp->m_sb.sb_rextents ||
ar_startext      1028 fs/xfs/libxfs/xfs_rtbitmap.c 	    low_rec->ar_startext == high_rec->ar_startext)
ar_startext      1030 fs/xfs/libxfs/xfs_rtbitmap.c 	if (high_rec->ar_startext > mp->m_sb.sb_rextents)
ar_startext      1031 fs/xfs/libxfs/xfs_rtbitmap.c 		high_rec->ar_startext = mp->m_sb.sb_rextents;
ar_startext      1034 fs/xfs/libxfs/xfs_rtbitmap.c 	rtstart = low_rec->ar_startext;
ar_startext      1035 fs/xfs/libxfs/xfs_rtbitmap.c 	rem = high_rec->ar_startext - rtstart;
ar_startext      1045 fs/xfs/libxfs/xfs_rtbitmap.c 				high_rec->ar_startext - 1, &rtend);
ar_startext      1050 fs/xfs/libxfs/xfs_rtbitmap.c 			rec.ar_startext = rtstart;
ar_startext      1074 fs/xfs/libxfs/xfs_rtbitmap.c 	keys[0].ar_startext = 0;
ar_startext      1075 fs/xfs/libxfs/xfs_rtbitmap.c 	keys[1].ar_startext = tp->t_mountp->m_sb.sb_rextents - 1;
ar_startext        51 fs/xfs/scrub/rtbitmap.c 	startblock = rec->ar_startext * tp->t_mountp->m_sb.sb_rextsize;
ar_startext       450 fs/xfs/xfs_fsmap.c 	irec.rm_startblock = rec->ar_startext * mp->m_sb.sb_rextsize;
ar_startext       518 fs/xfs/xfs_fsmap.c 	alow.ar_startext = info->low.rm_startblock;
ar_startext       519 fs/xfs/xfs_fsmap.c 	ahigh.ar_startext = info->high.rm_startblock;
ar_startext       520 fs/xfs/xfs_fsmap.c 	do_div(alow.ar_startext, tp->t_mountp->m_sb.sb_rextsize);
ar_startext       521 fs/xfs/xfs_fsmap.c 	if (do_div(ahigh.ar_startext, tp->t_mountp->m_sb.sb_rextsize))
ar_startext       522 fs/xfs/xfs_fsmap.c 		ahigh.ar_startext++;
ar_startext        20 fs/xfs/xfs_rtalloc.h 	xfs_rtblock_t		ar_startext;