retcluster 732 msdosfs/msdosfs_fat.c chainalloc(pmp, start, count, fillwith, retcluster, got) retcluster 737 msdosfs/msdosfs_fat.c uint32_t *retcluster; retcluster 751 msdosfs/msdosfs_fat.c if (retcluster) retcluster 752 msdosfs/msdosfs_fat.c *retcluster = start; retcluster 770 msdosfs/msdosfs_fat.c clusteralloc(pmp, start, count, fillwith, retcluster, got) retcluster 775 msdosfs/msdosfs_fat.c uint32_t *retcluster; retcluster 788 msdosfs/msdosfs_fat.c return (chainalloc(pmp, start, count, fillwith, retcluster, got)); retcluster 814 msdosfs/msdosfs_fat.c return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); retcluster 831 msdosfs/msdosfs_fat.c return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); retcluster 846 msdosfs/msdosfs_fat.c return (chainalloc(pmp, start, len, fillwith, retcluster, got)); retcluster 848 msdosfs/msdosfs_fat.c return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));