bend              728 fs/ntfs/aops.c 			unsigned long *bpos, *bend;
bend              733 fs/ntfs/aops.c 			bend = (unsigned long *)((u8*)bpos + blocksize);
bend              737 fs/ntfs/aops.c 			} while (likely(++bpos < bend));
bend              739 fs/ntfs/aops.c 			if (bpos == bend) {
bend             1526 fs/xfs/xfs_buf.c 	size_t			bend;
bend             1528 fs/xfs/xfs_buf.c 	bend = boff + bsize;
bend             1529 fs/xfs/xfs_buf.c 	while (boff < bend) {
bend              145 fs/xfs/xfs_extent_busy.c 	xfs_agblock_t		bend = bbno + busyp->length;
bend              170 fs/xfs/xfs_extent_busy.c 	if (bbno < fbno && bend > fend) {
bend              189 fs/xfs/xfs_extent_busy.c 	} else if (bbno >= fbno && bend <= fend) {
bend              231 fs/xfs/xfs_extent_busy.c 	} else if (fend < bend) {
bend              302 fs/xfs/xfs_extent_busy.c 		xfs_agblock_t	bend = bbno + busyp->length;
bend              307 fs/xfs/xfs_extent_busy.c 		} else if (fbno >= bend) {
bend              356 fs/xfs/xfs_extent_busy.c 		xfs_agblock_t	bend = bbno + busyp->length;
bend              361 fs/xfs/xfs_extent_busy.c 		} else if (fbno >= bend) {
bend              409 fs/xfs/xfs_extent_busy.c 			if (fend <= bend)
bend              429 fs/xfs/xfs_extent_busy.c 			fbno = bend;
bend              430 fs/xfs/xfs_extent_busy.c 		} else if (bend >= fend) {
bend              488 fs/xfs/xfs_extent_busy.c 			} else if (fend - bend >= args->maxlen * 4) {
bend              490 fs/xfs/xfs_extent_busy.c 				fbno = bend;
bend              153 sound/isa/gus/gus_volume.c 	int bend;
bend              171 sound/isa/gus/gus_volume.c 	bend = (int) ((((f2 - f1) * mantissa) >> 13) + f1);
bend              173 sound/isa/gus/gus_volume.c 		bend = 1048576L / bend;
bend              174 sound/isa/gus/gus_volume.c 	return bend;