Searched refs:chainalloc (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/fs/msdosfs/ |
| HD | msdosfs_fat.c | 63 static int chainalloc(struct msdosfsmount *pmp, u_long start, 710 chainalloc(pmp, start, count, fillwith, retcluster, got) in chainalloc() function 784 return (chainalloc(pmp, start, count, fillwith, retcluster, got)); in clusteralloc1() 798 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1() 815 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1() 830 return (chainalloc(pmp, start, len, fillwith, retcluster, got)); in clusteralloc1() 832 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got)); in clusteralloc1()
|