Searched refs:bend (Results 1 – 3 of 3) sorted by relevance
2638 xfs_agblock_t bend = bbno + busyp->length; in xfs_alloc_busy_update_extent() local2663 if (bbno < fbno && bend > fend) { in xfs_alloc_busy_update_extent()2682 } else if (bbno >= fbno && bend <= fend) { in xfs_alloc_busy_update_extent()2724 } else if (fend < bend) { in xfs_alloc_busy_update_extent()2795 xfs_agblock_t bend = bbno + busyp->length; in xfs_alloc_busy_reuse() local2800 } else if (fbno >= bend) { in xfs_alloc_busy_reuse()2843 xfs_agblock_t bend = bbno + busyp->length; in xfs_alloc_busy_trim() local2848 } else if (fbno >= bend) { in xfs_alloc_busy_trim()2896 if (fend <= bend) in xfs_alloc_busy_trim()2916 fbno = bend; in xfs_alloc_busy_trim()[all …]
1328 size_t bend, cpoff, csize; in xfs_buf_iomove() local1331 bend = boff + bsize; in xfs_buf_iomove()1332 while (boff < bend) { in xfs_buf_iomove()
746 unsigned long *bpos, *bend; in ntfs_write_block() local751 bend = (unsigned long *)((u8*)bpos + blocksize); in ntfs_write_block()755 } while (likely(++bpos < bend)); in ntfs_write_block()757 if (bpos == bend) { in ntfs_write_block()