OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cgisize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/efs/
efs_subr.c
137
uint16_t
cgisize
;
local in function:efs_locate_inode
139
cgisize
= be16toh(sbp->sb_cgisize);
143
*bboff = firstcg + ((ino / (
cgisize
* EFS_DINODES_PER_BB)) * cgfsize) +
144
((ino % (
cgisize
* EFS_DINODES_PER_BB)) / EFS_DINODES_PER_BB);
efs_subr.c
137
uint16_t
cgisize
;
local in function:efs_locate_inode
139
cgisize
= be16toh(sbp->sb_cgisize);
143
*bboff = firstcg + ((ino / (
cgisize
* EFS_DINODES_PER_BB)) * cgfsize) +
144
((ino % (
cgisize
* EFS_DINODES_PER_BB)) / EFS_DINODES_PER_BB);
Completed in 24 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025