Lines Matching defs:fillwith
73 u_long count, u_long fillwith, u_long *retcluster,
80 u_long fillwith);
90 u_long count, u_long fillwith, u_long *retcluster,
552 * fillwith - what to write into FAT entry of last cluster
555 fatchain(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith)
562 printf("fatchain(pmp %p, start %lu, count %lu, fillwith %lx)\n",
563 pmp, start, count, fillwith);
581 newc = --count > 0 ? start : fillwith;
675 * fillwith - put this value into the FAT entry for the
682 u_long fillwith, u_long *retcluster, u_long *got)
695 error = fatchain(pmp, start, count, fillwith);
718 * fillwith - put this value into the FAT entry for the
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));