OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xclus
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/lib/libsa/
dosfs.c
82
u_int
xclus
; /* maximum cluster number */
member in struct:__anonc34c81eb0208
138
#define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->
xclus
)
465
if ((fs->
xclus
= secblk(fs, sc - fs->lsndta) + 1) < LOCLUS)
467
fs->fatsz = fs->dirents ? fs->
xclus
< 0xff6 ? 12 : 16 : 32;
469
if (fs->
xclus
> sc)
470
fs->
xclus
= sc;
dosfs.c
82
u_int
xclus
; /* maximum cluster number */
member in struct:__anonc34c81eb0208
138
#define okclus(fs, c) ((c) >= LOCLUS && (c) <= (fs)->
xclus
)
465
if ((fs->
xclus
= secblk(fs, sc - fs->lsndta) + 1) < LOCLUS)
467
fs->fatsz = fs->dirents ? fs->
xclus
< 0xff6 ? 12 : 16 : 32;
469
if (fs->
xclus
> sc)
470
fs->
xclus
= sc;
Completed in 50 milliseconds
Indexes created Thu Oct 23 18:09:57 GMT 2025