HomeSort by: relevance | last modified time | path
    Searched defs:fshift (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_readwrite.c 276 const unsigned int fshift = ilog2(MAXPHYS); local
338 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) {
340 error = VOP_PUTPAGES(vp, (oldoff >> fshift) << fshift,
341 (uio->uio_offset >> fshift) << fshift,
ext2fs_readwrite.c 276 const unsigned int fshift = ilog2(MAXPHYS); local
338 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) {
340 error = VOP_PUTPAGES(vp, (oldoff >> fshift) << fshift,
341 (uio->uio_offset >> fshift) << fshift,
  /src/sys/ufs/ufs/
ufs_readwrite.c 254 const unsigned int fshift = ilog2(MAXPHYS); local
435 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) {
437 error = VOP_PUTPAGES(vp, (oldoff >> fshift) << fshift,
438 (uio->uio_offset >> fshift) << fshift,
ufs_readwrite.c 254 const unsigned int fshift = ilog2(MAXPHYS); local
435 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) {
437 error = VOP_PUTPAGES(vp, (oldoff >> fshift) << fshift,
438 (uio->uio_offset >> fshift) << fshift,

Completed in 48 milliseconds