OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fc_frcn
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/msdosfs/
denode.h
114
* structure (
fc_frcn
).
117
u_long
fc_frcn
; /* file relative cluster number */
member in struct:fatcache
142
(dep)->de_fc[slot].
fc_frcn
= frcn; \
147
(dep)->de_fc[FC_NEXTTOLASTFC].
fc_frcn
= (dep)->de_fc[FC_LASTFC].
fc_frcn
; \
msdosfs_fat.c
264
fc_lastclust = dep->de_fc[FC_LASTFC].
fc_frcn
;
359
cn = dep->de_fc[i].
fc_frcn
;
361
if (closest == 0 || cn > closest->
fc_frcn
)
366
*frcnp = closest->
fc_frcn
;
383
if (fcp->
fc_frcn
>= frcn)
384
fcp->
fc_frcn
= FCE_EMPTY;
1043
if (dep->de_fc[FC_LASTFC].
fc_frcn
== FCE_EMPTY &&
1096
frcn = dep->de_fc[FC_LASTFC].
fc_frcn
+ 1;
Completed in 39 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025