Lines Matching defs:got
74 u_long *got);
91 u_long *got);
678 * got - how many clusters were actually allocated.
682 u_long fillwith, u_long *retcluster, u_long *got)
707 if (got)
708 *got = count;
721 * got - how many clusters were actually allocated.
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));
955 u_long cn, got;
1000 error = clusteralloc(pmp, cn, count, CLUST_EOFE, &cn, &got);
1004 count -= got;
1033 fc_setcache(dep, FC_LASTFC, frcn + got - 1, cn + got - 1);
1037 while (got-- > 0) {