Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_extent_busy.c145 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent() local
170 if (bbno < fbno && bend > fend) { in xfs_extent_busy_update_extent()
189 } else if (bbno >= fbno && bend <= fend) { in xfs_extent_busy_update_extent()
231 } else if (fend < bend) { in xfs_extent_busy_update_extent()
302 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_reuse() local
307 } else if (fbno >= bend) { in xfs_extent_busy_reuse()
356 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim() local
361 } else if (fbno >= bend) { in xfs_extent_busy_trim()
409 if (fend <= bend) in xfs_extent_busy_trim()
429 fbno = bend; in xfs_extent_busy_trim()
[all …]
Dxfs_buf.c1588 size_t bend; in xfs_buf_iomove() local
1590 bend = boff + bsize; in xfs_buf_iomove()
1591 while (boff < bend) { in xfs_buf_iomove()
/linux-4.19.296/drivers/isdn/hisax/
Dq931.c1190 u_char *bend, *buf; in dlogframe() local
1242 bend = skb->data + skb->len; in dlogframe()
1243 if (buf >= bend) { in dlogframe()
1290 while (buf < bend) { in dlogframe()
1377 while (buf < bend) { in dlogframe()
1463 while (buf < bend) { in dlogframe()
/linux-4.19.296/fs/ntfs/
Daops.c742 unsigned long *bpos, *bend; in ntfs_write_block() local
747 bend = (unsigned long *)((u8*)bpos + blocksize); in ntfs_write_block()
751 } while (likely(++bpos < bend)); in ntfs_write_block()
753 if (bpos == bend) { in ntfs_write_block()