Lines Matching defs:fillwith
665 * fillwith - what to write into FAT entry of last cluster
668 fatchain(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith)
674 DPRINTF(("%s(pmp %p, start %lu, count %lu, fillwith %lx)\n", __func__,
675 pmp, start, count, fillwith));
692 newc = --count > 0 ? start : fillwith;
773 * fillwith - put this value into the FAT entry for the
779 chainalloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got)
786 if ((error = fatchain(pmp, start, count, fillwith)) != 0)
804 * fillwith - put this value into the FAT entry for the
816 u_long fillwith = CLUST_EOFE;
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));