OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:physend
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_vnops.c
797
off_t physstart,
physend
;
local in function:ulfs_readdir
821
physend
= endoffset & ~(off_t)(fs->um_dirblksiz - 1);
823
dropend = endoffset -
physend
;
/src/sys/ufs/ufs/
ufs_vnops.c
1590
off_t physstart,
physend
;
local in function:ufs_readdir
1651
physend
= rounddown2(endoffset, ump->um_dirblksiz);
1653
if (physstart >=
physend
) {
1667
dropend = endoffset -
physend
;
1672
* Note: rawbufmax =
physend
- physstart. Proof:
1674
*
physend
- physstart =
physend
- physstart
1675
* =
physend
- physstart + startoffset - startoffset
1676
* =
physend
+ (startoffset - physstart) - startoffset
1677
* =
physend
+ skipstart - startoffse
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025