chainalloc         93 msdosfs/msdosfs_fat.c int chainalloc(struct msdosfsmount *, uint32_t, uint32_t, uint32_t, uint32_t *,
chainalloc        788 msdosfs/msdosfs_fat.c 			return (chainalloc(pmp, start, count, fillwith, retcluster, got));
chainalloc        814 msdosfs/msdosfs_fat.c 				return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
chainalloc        831 msdosfs/msdosfs_fat.c 				return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
chainalloc        846 msdosfs/msdosfs_fat.c 		return (chainalloc(pmp, start, len, fillwith, retcluster, got));
chainalloc        848 msdosfs/msdosfs_fat.c 		return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));