Searched refs:chainalloc (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/msdosfs/
H A Dmsdosfs_fat.c93 int chainalloc(struct msdosfsmount *, uint32_t, uint32_t, uint32_t, uint32_t *,
693 chainalloc(struct msdosfsmount *pmp, uint32_t start, uint32_t count, function
740 return (chainalloc(pmp, start, count, fillwith, retcluster, got));
766 return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
783 return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
798 return (chainalloc(pmp, start, len, fillwith, retcluster, got));
800 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c98 int chainalloc(struct msdosfsmount *, u_long, u_long, u_long, u_long *,
736 chainalloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got) function
778 return (chainalloc(pmp, start, count, fillwith, retcluster, got));
804 return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
821 return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
836 return (chainalloc(pmp, start, len, fillwith, retcluster, got));
838 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));

Completed in 71 milliseconds