OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cg_old_btotoff
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/ufs/ffs/
ffs_bswap.c
234
n->
cg_old_btotoff
= bswap32(o->
cg_old_btotoff
);
247
btotoff = n->
cg_old_btotoff
;
251
btotoff = bswap32(n->
cg_old_btotoff
);
fs.h
519
int32_t
cg_old_btotoff
; /* (int32) block totals per cylinder */
member in struct:cg
572
ufs_rw32((cgp)->
cg_old_btotoff
, (ns))))
/src/sbin/fsck_ffs/
pass5.c
141
newcg->
cg_old_btotoff
= basesize;
142
newcg->cg_old_boff = newcg->
cg_old_btotoff
+
187
sumsize = newcg->cg_iusedoff - newcg->
cg_old_btotoff
;
/src/usr.sbin/makefs/ffs/
mkfs.c
656
acg.
cg_old_btotoff
= start;
657
acg.cg_old_boff = acg.
cg_old_btotoff
+
/src/sbin/newfs/
mkfs.c
826
acg.
cg_old_btotoff
= start;
827
acg.cg_old_boff = acg.
cg_old_btotoff
+
/src/sbin/resize_ffs/
resize_ffs.c
523
cg->
cg_old_btotoff
= start;
524
cg->cg_old_boff = cg->
cg_old_btotoff
Completed in 37 milliseconds
Indexes created Sat Nov 01 05:10:12 GMT 2025