Searched refs:bend (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_extent_busy.c161 xfs_agblock_t bend = bbno + busyp->length; variable
186 if (bbno < fbno && bend > fend) {
189 * bbno bend
205 } else if (bbno >= fbno && bend <= fend) {
208 * bbno bend
214 * bbno bend
220 * bbno bend
226 * bbno bend
247 } else if (fend < bend) {
250 * bbno bend
316 xfs_agblock_t bend = bbno + busyp->length; local
368 xfs_agblock_t bend = bbno + busyp->length; local
[all...]
H A Dxfs_buf.c1801 size_t bend; local
1803 bend = boff + bsize;
1804 while (boff < bend) {
/linux-master/sound/isa/gus/
H A Dgus_volume.c154 int bend;
172 bend = (int) ((((f2 - f1) * mantissa) >> 13) + f1);
174 bend = 1048576L / bend;
175 return bend;

Completed in 160 milliseconds