Searched refs:bend (Results 1 – 4 of 4) sorted by relevance
145 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_update_extent() local170 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() local307 } else if (fbno >= bend) { in xfs_extent_busy_reuse()356 xfs_agblock_t bend = bbno + busyp->length; in xfs_extent_busy_trim() local361 } 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 …]
1588 size_t bend; in xfs_buf_iomove() local1590 bend = boff + bsize; in xfs_buf_iomove()1591 while (boff < bend) { in xfs_buf_iomove()
1190 u_char *bend, *buf; in dlogframe() local1242 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()
742 unsigned long *bpos, *bend; in ntfs_write_block() local747 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()