Home
last modified time | relevance | path

Searched refs:retcluster (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/usr.sbin/makefs/msdos/
Dmsdosfs_fat.c77 u_long count, u_long fillwith, u_long *retcluster,
94 u_long count, u_long fillwith, u_long *retcluster,
688 u_long fillwith, u_long *retcluster, u_long *got) in chainalloc() argument
711 if (retcluster) in chainalloc()
712 *retcluster = start; in chainalloc()
731 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc() argument
735 error = clusteralloc1(pmp, start, count, fillwith, retcluster, got); in clusteralloc()
741 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc1() argument
752 return (chainalloc(pmp, start, count, fillwith, retcluster, got)); in clusteralloc1()
766 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1()
[all …]
Dfat.h104 …t msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got);
/freebsd-12-stable/sys/fs/msdosfs/
Dmsdosfs_fat.c69 u_long count, u_long fillwith, u_long *retcluster,
86 u_long count, u_long fillwith, u_long *retcluster,
700 u_long fillwith, u_long *retcluster, u_long *got) in chainalloc() argument
725 if (retcluster) in chainalloc()
726 *retcluster = start; in chainalloc()
745 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc() argument
750 error = clusteralloc1(pmp, start, count, fillwith, retcluster, got); in clusteralloc()
757 u_long fillwith, u_long *retcluster, u_long *got) in clusteralloc1() argument
771 return (chainalloc(pmp, start, count, fillwith, retcluster, got)); in clusteralloc1()
785 return (chainalloc(pmp, cn, count, fillwith, retcluster, got)); in clusteralloc1()
[all …]
Dfat.h101 …t msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got);