Lines Matching defs:got
416 * any longer. Got get a new free one.
776 * got - how many clusters were actually allocated.
779 chainalloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got)
793 if (got)
794 *got = count;
807 * got - how many clusters were actually allocated.
811 u_long *retcluster, u_long *got)
822 return (chainalloc(pmp, start, count, fillwith, retcluster, got));
848 return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
865 return (chainalloc(pmp, cn, count, fillwith, retcluster, got));
880 return (chainalloc(pmp, start, len, fillwith, retcluster, got));
882 return (chainalloc(pmp, foundcn, foundl, fillwith, retcluster, got));
1025 u_long frcn = 0, cn, got;
1070 error = msdosfs_clusteralloc(pmp, cn, count, &cn, &got);
1074 count -= got;
1104 fc_setcache(dep, FC_LASTFC, frcn + got - 1, cn + got - 1);
1107 while (got-- > 0) {