Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_extent_busy.c160 xfs_agblock_t bend = bbno + busyp->length; variable
185 if (bbno < fbno && bend > fend) {
188 * bbno bend
204 } else if (bbno >= fbno && bend <= fend) {
207 * bbno bend
213 * bbno bend
219 * bbno bend
225 * bbno bend
246 } else if (fend < bend) {
249 * bbno bend
315 xfs_agblock_t bend = bbno + busyp->length; xfs_extent_busy_reuse() local
367 xfs_agblock_t bend = bbno + busyp->length; xfs_extent_busy_trim() local
[all...]
H A Dxfs_buf.c1728 size_t bend; in xfs_buf_zero() local
1730 bend = boff + bsize; in xfs_buf_zero()
1731 while (boff < bend) { in xfs_buf_zero()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extent_busy.c145 xfs_agblock_t bend = bbno + busyp->length; variable
170 if (bbno < fbno && bend > fend) {
173 * bbno bend
189 } else if (bbno >= fbno && bend <= fend) {
192 * bbno bend
198 * bbno bend
204 * bbno bend
210 * bbno bend
231 } else if (fend < bend) {
234 * bbno bend
302 xfs_agblock_t bend = bbno + busyp->length; xfs_extent_busy_reuse() local
355 xfs_agblock_t bend = bbno + busyp->length; xfs_extent_busy_trim() local
[all...]
H A Dxfs_buf.c1736 size_t bend; in xfs_buf_zero() local
1738 bend = boff + bsize; in xfs_buf_zero()
1739 while (boff < bend) { in xfs_buf_zero()
/kernel/linux/linux-5.10/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;
/kernel/linux/linux-6.6/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;
/kernel/linux/linux-5.10/fs/ntfs/
H A Daops.c725 unsigned long *bpos, *bend; in ntfs_write_block() local
730 bend = (unsigned long *)((u8*)bpos + blocksize); in ntfs_write_block()
734 } while (likely(++bpos < bend)); in ntfs_write_block()
736 if (bpos == bend) { in ntfs_write_block()
/kernel/linux/linux-6.6/fs/ntfs/
H A Daops.c727 unsigned long *bpos, *bend; in ntfs_write_block() local
732 bend = (unsigned long *)((u8*)bpos + blocksize); in ntfs_write_block()
736 } while (likely(++bpos < bend)); in ntfs_write_block()
738 if (bpos == bend) { in ntfs_write_block()

Completed in 10 milliseconds