Searched refs:de_fc (Results 1 – 3 of 3) sorted by relevance
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
264 fc_lastclust = dep->de_fc[FC_LASTFC].fc_frcn; in msdosfs_pcbmap()359 cn = dep->de_fc[i].fc_frcn; in msdosfs_fc_lookup()362 closest = &dep->de_fc[i]; in msdosfs_fc_lookup()381 fcp = dep->de_fc; in msdosfs_fc_purge()1043 if (dep->de_fc[FC_LASTFC].fc_frcn == FCE_EMPTY && in msdosfs_extendfile()1069 cn = dep->de_fc[FC_LASTFC].fc_fsrcn + 1; in msdosfs_extendfile()1090 dep->de_fc[FC_LASTFC].fc_fsrcn, in msdosfs_extendfile()1096 frcn = dep->de_fc[FC_LASTFC].fc_frcn + 1; in msdosfs_extendfile()
4 - the fat cache (see msdosfs_fat.c, denode->de_fc[]) should probably