Searched refs:retcluster (Results 1 – 3 of 3) sorted by relevance
| /src/usr.sbin/makefs/msdos/ |
| H A D | msdosfs_fat.c | 73 u_long count, u_long fillwith, u_long *retcluster, 90 u_long count, u_long fillwith, u_long *retcluster, 682 u_long fillwith, u_long *retcluster, u_long *got) in chainalloc() argument 705 if (retcluster) in chainalloc() 706 *retcluster = start; in chainalloc() 725 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc() argument 729 error = clusteralloc1(pmp, start, count, fillwith, retcluster, got); in clusteralloc() 735 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc1() argument 746 return (chainalloc(pmp, start, count, fillwith, retcluster, got)); in clusteralloc1() 760 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1() [all …]
|
| /src/sys/fs/msdosfs/ |
| H A D | msdosfs_fat.c | 68 u_long count, u_long fillwith, u_long *retcluster, 84 u_long count, u_long fillwith, u_long *retcluster, 703 u_long fillwith, u_long *retcluster, u_long *got) in chainalloc() argument 728 if (retcluster) in chainalloc() 729 *retcluster = start; in chainalloc() 748 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc() argument 753 error = clusteralloc1(pmp, start, count, fillwith, retcluster, got); in clusteralloc() 760 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc1() argument 774 return (chainalloc(pmp, start, count, fillwith, retcluster, got)); in clusteralloc1() 788 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1() [all …]
|
| H A D | fat.h | 100 …t msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got);
|