Lines Matching defs:retcluster
73 u_long count, u_long fillwith, u_long *retcluster,
90 u_long count, u_long fillwith, u_long *retcluster,
677 * retcluster - put the first allocated cluster's number here.
682 u_long fillwith, u_long *retcluster, u_long *got)
705 if (retcluster)
706 *retcluster = start;
720 * retcluster - put the first allocated cluster's number here.
725 u_long fillwith, u_long *retcluster, u_long *got)
729 error = clusteralloc1(pmp, start, count, fillwith, retcluster, got);
735 u_long fillwith, u_long *retcluster, u_long *got)
746 return (chainalloc(pmp, start, count, fillwith, retcluster, got));
760 return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
777 return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
792 return (chainalloc(pmp, start, len, fillwith, retcluster, got));
794 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));