Home
last modified time | relevance | path

Searched refs:fc_frcn (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c270 cn = dep->de_fc[i].fc_frcn; in fc_lookup()
272 if (closest == NULL || cn > closest->fc_frcn) in fc_lookup()
277 *frcnp = closest->fc_frcn; in fc_lookup()
294 if (fcp->fc_frcn >= frcn) in fc_purge()
295 fcp->fc_frcn = FCE_EMPTY; in fc_purge()
974 if (dep->de_fc[FC_LASTFC].fc_frcn == FCE_EMPTY && in m_extendfile()
982 dep->de_fc[FC_NEXTTOLASTFC].fc_frcn = in m_extendfile()
983 dep->de_fc[FC_LASTFC].fc_frcn; in m_extendfile()
1026 frcn = dep->de_fc[FC_LASTFC].fc_frcn + 1; in m_extendfile()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_fat.c272 cn = dep->de_fc[i].fc_frcn; in fc_lookup()
274 if (closest == NULL || cn > closest->fc_frcn) in fc_lookup()
279 *frcnp = closest->fc_frcn; in fc_lookup()
298 if (fcp->fc_frcn >= frcn) in fc_purge()
299 fcp->fc_frcn = FCE_EMPTY; in fc_purge()
1013 if (dep->de_fc[FC_LASTFC].fc_frcn == FCE_EMPTY && in extendfile()
1021 dep->de_fc[FC_NEXTTOLASTFC].fc_frcn = in extendfile()
1022 dep->de_fc[FC_LASTFC].fc_frcn; in extendfile()
1065 frcn = dep->de_fc[FC_LASTFC].fc_frcn + 1; in extendfile()
H A Ddenode.h109 u_long fc_frcn; /* file relative cluster number */ member
135 (dep)->de_fc[(slot)].fc_frcn = (frcn); \
H A Dmsdosfs_vnops.c703 lastcn = dep->de_fc[FC_LASTFC].fc_frcn; in msdosfs_write()