Searched refs:frcn (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/fs/msdosfs/ |
| HD | msdosfs_fat.c | 293 fc_purge(dep, frcn) in fc_purge() argument 295 u_int frcn; 304 if (fcp->fc_frcn >= frcn) 986 u_long frcn; local 1050 frcn = 0; 1059 frcn = dep->de_fc[FC_LASTFC].fc_frcn + 1; 1066 fc_setcache(dep, FC_LASTFC, frcn + got - 1, cn + got - 1); 1079 frcn++,
|
| HD | denode.h | 131 #define fc_setcache(dep, slot, frcn, fsrcn) \ argument 132 (dep)->de_fc[(slot)].fc_frcn = (frcn); \
|
| HD | fat.h | 101 void fc_purge(struct denode *dep, u_int frcn);
|
| HD | msdosfs_lookup.c | 120 int frcn; in msdosfs_lookup_() local 226 for (frcn = 0;; frcn++) { in msdosfs_lookup_() 227 error = pcbmap(dp, frcn, &bn, &cluster, &blsize); in msdosfs_lookup_()
|