Symbol: FC_LASTFC
sys/fs/msdosfs/msdosfs_denode.c
483
fc_setcache(dep, FC_LASTFC, de_cluster(pmp, length - 1),
sys/fs/msdosfs/msdosfs_fat.c
1013
if (dep->de_fc[FC_LASTFC].fc_frcn == FCE_EMPTY &&
sys/fs/msdosfs/msdosfs_fat.c
1022
dep->de_fc[FC_LASTFC].fc_frcn;
sys/fs/msdosfs/msdosfs_fat.c
1024
dep->de_fc[FC_LASTFC].fc_fsrcn;
sys/fs/msdosfs/msdosfs_fat.c
1038
cn = dep->de_fc[FC_LASTFC].fc_fsrcn + 1;
sys/fs/msdosfs/msdosfs_fat.c
1059
dep->de_fc[FC_LASTFC].fc_fsrcn,
sys/fs/msdosfs/msdosfs_fat.c
1065
frcn = dep->de_fc[FC_LASTFC].fc_frcn + 1;
sys/fs/msdosfs/msdosfs_fat.c
1072
fc_setcache(dep, FC_LASTFC, frcn + got - 1, cn + got - 1);
sys/fs/msdosfs/msdosfs_fat.c
254
fc_setcache(dep, FC_LASTFC, i - 1, prevcn);
sys/fs/msdosfs/msdosfs_vnops.c
703
lastcn = dep->de_fc[FC_LASTFC].fc_frcn;
usr.sbin/makefs/msdos/msdosfs_denode.c
308
fc_setcache(dep, FC_LASTFC, de_cluster(pmp, length - 1),
usr.sbin/makefs/msdos/msdosfs_fat.c
1020
dep->de_fc[FC_LASTFC].fc_fsrcn,
usr.sbin/makefs/msdos/msdosfs_fat.c
1026
frcn = dep->de_fc[FC_LASTFC].fc_frcn + 1;
usr.sbin/makefs/msdos/msdosfs_fat.c
1033
fc_setcache(dep, FC_LASTFC, frcn + got - 1, cn + got - 1);
usr.sbin/makefs/msdos/msdosfs_fat.c
254
fc_setcache(dep, FC_LASTFC, i - 1, prevcn);
usr.sbin/makefs/msdos/msdosfs_fat.c
974
if (dep->de_fc[FC_LASTFC].fc_frcn == FCE_EMPTY &&
usr.sbin/makefs/msdos/msdosfs_fat.c
983
dep->de_fc[FC_LASTFC].fc_frcn;
usr.sbin/makefs/msdos/msdosfs_fat.c
985
dep->de_fc[FC_LASTFC].fc_fsrcn;
usr.sbin/makefs/msdos/msdosfs_fat.c
999
cn = dep->de_fc[FC_LASTFC].fc_fsrcn + 1;