Home
last modified time | relevance | path

Searched refs:bend (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
A Dxfs_extent_busy.c137 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent() local
162 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent()
181 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent()
223 } else if (fend < bend) { in xfs_extent_busy_update_extent()
291 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse() local
296 } else if (fbno >= bend) { in xfs_extent_busy_reuse()
348 } else if (fbno >= bend) { in xfs_extent_busy_trim()
383 if (fend <= bend) in xfs_extent_busy_trim()
403 fbno = bend; in xfs_extent_busy_trim()
404 } else if (bend >= fend) { in xfs_extent_busy_trim()
[all …]
A Dxfs_buf.c1669 size_t bend; in xfs_buf_zero() local
1671 bend = boff + bsize; in xfs_buf_zero()
1672 while (boff < bend) { in xfs_buf_zero()
/linux/sound/isa/gus/
A Dgus_volume.c154 int bend;
172 bend = (int) ((((f2 - f1) * mantissa) >> 13) + f1);
174 bend = 1048576L / bend;
175 return bend;
/linux/fs/ntfs/
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()
/linux/Documentation/cdrom/
A Dcdrom-standard.rst515 bend their backs to cope with this incoherence (to which I would be

Completed in 16 milliseconds