nexto            2881 fs/xfs/libxfs/xfs_bmap.c 	xfs_fileoff_t	nexto;		/* next file offset */
nexto            2958 fs/xfs/libxfs/xfs_bmap.c 			nexto = gotp->br_startoff + gotp->br_blockcount;
nexto            2960 fs/xfs/libxfs/xfs_bmap.c 			nexto = gotp->br_startoff;
nexto            2962 fs/xfs/libxfs/xfs_bmap.c 		nexto = NULLFILEOFF;
nexto            2965 fs/xfs/libxfs/xfs_bmap.c 	    align_off + align_alen > nexto)
nexto            2966 fs/xfs/libxfs/xfs_bmap.c 		align_off = nexto > align_alen ? nexto - align_alen : 0;
nexto            2976 fs/xfs/libxfs/xfs_bmap.c 	    align_off + align_alen > nexto &&
nexto            2977 fs/xfs/libxfs/xfs_bmap.c 	    nexto != NULLFILEOFF) {
nexto            2978 fs/xfs/libxfs/xfs_bmap.c 		ASSERT(nexto > prevo);
nexto            2979 fs/xfs/libxfs/xfs_bmap.c 		align_alen = nexto - align_off;