Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_alloc.c2638 xfs_agblock_t bend = bbno + busyp->length; in xfs_alloc_busy_update_extent() local
2663 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() local
2800 } else if (fbno >= bend) { in xfs_alloc_busy_reuse()
2843 xfs_agblock_t bend = bbno + busyp->length; in xfs_alloc_busy_trim() local
2848 } 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 …]
Dxfs_buf.c1328 size_t bend, cpoff, csize; in xfs_buf_iomove() local
1331 bend = boff + bsize; in xfs_buf_iomove()
1332 while (boff < bend) { in xfs_buf_iomove()
/fs/ntfs/
Daops.c746 unsigned long *bpos, *bend; in ntfs_write_block() local
751 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()