/src/sys/ufs/ext2fs/ |
ext2fs_readwrite.c | 276 const unsigned int fshift = ilog2(MAXPHYS); local in function:ext2fs_write 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 in function:ext2fs_write 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 | 253 const unsigned int fshift = ilog2(MAXPHYS); local in function:WRITE 434 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) { 436 error = VOP_PUTPAGES(vp, (oldoff >> fshift) << fshift, 437 (uio->uio_offset >> fshift) << fshift,
|
ufs_readwrite.c | 253 const unsigned int fshift = ilog2(MAXPHYS); local in function:WRITE 434 if (!async && oldoff >> fshift != uio->uio_offset >> fshift) { 436 error = VOP_PUTPAGES(vp, (oldoff >> fshift) << fshift, 437 (uio->uio_offset >> fshift) << fshift,
|