fillwith          612 msdosfs/msdosfs_fat.c fatchain(pmp, start, count, fillwith)
fillwith          616 msdosfs/msdosfs_fat.c 	uint32_t fillwith;
fillwith          624 msdosfs/msdosfs_fat.c 	    pmp, start, count, fillwith);
fillwith          642 msdosfs/msdosfs_fat.c 			newc = --count > 0 ? start : fillwith;
fillwith          732 msdosfs/msdosfs_fat.c chainalloc(pmp, start, count, fillwith, retcluster, got)
fillwith          736 msdosfs/msdosfs_fat.c 	uint32_t fillwith;
fillwith          745 msdosfs/msdosfs_fat.c 	if ((error = fatchain(pmp, start, count, fillwith)) != 0)
fillwith          770 msdosfs/msdosfs_fat.c clusteralloc(pmp, start, count, fillwith, retcluster, got)
fillwith          774 msdosfs/msdosfs_fat.c 	uint32_t fillwith;
fillwith          788 msdosfs/msdosfs_fat.c 			return (chainalloc(pmp, start, count, fillwith, retcluster, got));
fillwith          814 msdosfs/msdosfs_fat.c 				return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
fillwith          831 msdosfs/msdosfs_fat.c 				return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
fillwith          846 msdosfs/msdosfs_fat.c 		return (chainalloc(pmp, start, len, fillwith, retcluster, got));
fillwith          848 msdosfs/msdosfs_fat.c 		return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));