OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_clcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
fssvar.h
167
u_int32_t
sc_clcount
; /* # clusters in file system */
member in struct:fss_softc
fss.c
303
btodb(FSS_CLTOB(sc, sc->
sc_clcount
- 1) + sc->sc_clresid)) <= 0)
440
fsg50->fsg_mount_size = sc->
sc_clcount
;
463
fsg->fsg_mount_size = sc->
sc_clcount
;
539
* The fields
sc_clcount
, sc_clshift, sc_cache_size and sc_indir_size
549
kmem_zalloc(howmany(sc->
sc_clcount
, NBBY), KM_SLEEP);
601
kmem_free(sc->sc_copied, howmany(sc->
sc_clcount
, NBBY));
891
sc->
sc_clcount
= FSS_BTOCL(sc, bsize-1)+1;
897
len = sc->
sc_clcount
*sizeof(u_int32_t);
932
sc->
sc_clcount
, FSS_CLSIZE(sc),
1038
if (cl == sc->
sc_clcount
-1)
[
all
...]
Completed in 35 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025