OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:de_fc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/msdosfs/
denode.h
142
(dep)->
de_fc
[slot].fc_frcn = frcn; \
143
(dep)->
de_fc
[slot].fc_fsrcn = fsrcn;
147
(dep)->
de_fc
[FC_NEXTTOLASTFC].fc_frcn = (dep)->
de_fc
[FC_LASTFC].fc_frcn; \
148
(dep)->
de_fc
[FC_NEXTTOLASTFC].fc_fsrcn = (dep)->
de_fc
[FC_LASTFC].fc_fsrcn; \
192
struct fatcache
de_fc
[FC_SIZE]; /* FAT cache */
member in struct:denode
msdosfs_fat.c
264
fc_lastclust = dep->
de_fc
[FC_LASTFC].fc_frcn;
359
cn = dep->
de_fc
[i].fc_frcn;
362
closest = &dep->
de_fc
[i];
381
fcp = dep->
de_fc
;
1043
if (dep->
de_fc
[FC_LASTFC].fc_frcn == FCE_EMPTY &&
1069
cn = dep->
de_fc
[FC_LASTFC].fc_fsrcn + 1;
1090
dep->
de_fc
[FC_LASTFC].fc_fsrcn,
1096
frcn = dep->
de_fc
[FC_LASTFC].fc_frcn + 1;
Completed in 11 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025