Searched refs:frcn (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c124 int frcn; local
176 for (frcn = 0; diroff < dp->de_FileSize; frcn++) {
177 if ((error = pcbmap(dp, frcn, &bn, &cluster, &blsize)) != 0) {
273 } /* for (frcn = 0; ; frcn++) */
H A Ddenode.h138 #define fc_setcache(dep, slot, frcn, fsrcn) \
139 (dep)->de_fc[slot].fc_frcn = frcn; \
H A Dmsdosfs_fat.c332 * relative cluster frcn and beyond.
335 fc_purge(struct denode *dep, u_int frcn) argument
342 if (fcp->fc_frcn >= frcn)
979 u_long frcn = 0, cn, got; local
1041 frcn = 0;
1050 frcn = dep->de_fc[FC_LASTFC].fc_frcn + 1;
1058 fc_setcache(dep, FC_LASTFC, frcn + got - 1, cn + got - 1);
/openbsd-current/sys/msdosfs/
H A Ddenode.h130 #define fc_setcache(dep, slot, frcn, fsrcn) \
131 (dep)->de_fc[slot].fc_frcn = frcn; \
H A Dmsdosfs_fat.c298 * relative cluster frcn and beyond.
301 fc_purge(struct denode *dep, u_int frcn) argument
308 if (fcp->fc_frcn >= frcn)
941 uint32_t frcn; local
1007 frcn = 0;
1016 frcn = dep->de_fc[FC_LASTFC].fc_frcn + 1;
1023 fc_setcache(dep, FC_LASTFC, frcn + got - 1, cn + got - 1);
1034 bp = getblk(DETOV(dep), frcn++,
H A Dmsdosfs_lookup.c94 int frcn; local
229 for (frcn = 0;; frcn++) {
230 if ((error = pcbmap(dp, frcn, &bn, &cluster, &blsize)) != 0) {
341 } /* for (frcn = 0; ; frcn++) */

Completed in 86 milliseconds