OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_indir_data
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
fssvar.h
178
u_int32_t *
sc_indir_data
; /* Current indir cluster data */
member in struct:fss_softc
fss.c
561
sc->
sc_indir_data
= kmem_zalloc(FSS_CLSIZE(sc), KM_SLEEP);
566
sc->
sc_indir_data
= NULL;
620
if (sc->
sc_indir_data
!= NULL)
621
kmem_free(sc->
sc_indir_data
, FSS_CLSIZE(sc));
622
sc->
sc_indir_data
= NULL;
1128
return &sc->
sc_indir_data
[ioff];
1132
FSS_CLSIZE(sc), (void *)sc->
sc_indir_data
, NULL) != 0)
1142
FSS_CLSIZE(sc), (void *)sc->
sc_indir_data
, NULL) != 0)
1145
memset(sc->
sc_indir_data
, 0, FSS_CLSIZE(sc));
1147
return &sc->
sc_indir_data
[ioff]
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025