Home
last modified time | relevance | path

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

/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.c1526 size_t bend; in xfs_buf_zero() local
1528 bend = boff + bsize; in xfs_buf_zero()
1529 while (boff < bend) { in xfs_buf_zero()
/fs/ntfs/
Daops.c728 unsigned long *bpos, *bend; in ntfs_write_block() local
733 bend = (unsigned long *)((u8*)bpos + blocksize); in ntfs_write_block()
737 } while (likely(++bpos < bend)); in ntfs_write_block()
739 if (bpos == bend) { in ntfs_write_block()