OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fshift
(Results
1 - 2
of
2
) sorted by relevancy
/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
,
/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
,
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025