Searched refs:pcbmap (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_lookup.c115 error = pcbmap(ddep, de_cluster(pmp, ddep->de_fndoffset),
153 error = pcbmap(ddep,
209 rberror = pcbmap(ddep, de_cluster(pmp, fndoffset),
234 rberror = pcbmap(ddep,
327 if ((error = pcbmap(dep, cn, &bn, 0, &blsize)) != 0) {
H A Dfat.h104 int pcbmap(struct denode *, u_long, daddr_t *, u_long *, int *);
H A Dmsdosfs_denode.c175 error = pcbmap(ldep, CLUST_END, 0, &size, 0);
180 printf("deget(): pcbmap returned %d\n", error);
239 error = pcbmap(dep, lastblock, 0, &eofentry, 0);
242 printf("detrunc(): pcbmap fails %d\n", error);
H A Dmsdosfs_vnops.c177 if ((error = pcbmap(dp, frcn, &bn, &cluster, &blsize)) != 0) {
464 if ((error = pcbmap(dep, cn++, &bn, NULL, &blsize)) != 0) {
465 DPRINTF(("%s: pcbmap %lu", __func__, bn));
H A Dmsdosfs_fat.c76 int fc_bmapcalls; /* # of times pcbmap was called */
142 pcbmap(struct denode *dep, u_long findcn, daddr_t *bnp, u_long *cnp, int *sp) function
994 * is not empty, then fill the cache entry by calling pcbmap().
1000 error = pcbmap(dep, CLUST_END, 0, &cn, 0);
/openbsd-current/sys/msdosfs/
H A Dfat.h96 int pcbmap(struct denode *, uint32_t, daddr_t *, uint32_t *, int *);
H A Dmsdosfs_lookup.c230 if ((error = pcbmap(dp, frcn, &bn, &cluster, &blsize)) != 0) {
640 error = pcbmap(ddep, de_cluster(pmp, ddep->de_fndoffset),
670 error = pcbmap(ddep,
735 if ((error = pcbmap(dep, cn, &bn, 0, &blsize)) != 0) {
948 error = pcbmap(pdep, de_cluster(pmp, offset), &bn, 0, &blsize);
1016 if ((error = pcbmap(dep, cn, &bn, 0, &blsize)) != 0) {
H A Dmsdosfs_denode.c324 error = pcbmap(ldep, CLUST_END, 0, &size, 0);
329 printf("deget(): pcbmap returned %d\n", error);
427 error = pcbmap(dep, de_clcount(pmp, length) - 1, 0,
431 printf("detrunc(): pcbmap fails %d\n", error);
H A Dmsdosfs_vnops.c541 error = pcbmap(dep, cn, &bn, 0, &size);
673 * Do the bmap now, since pcbmap needs buffers
677 error = pcbmap(dep, bp->b_lblkno, &bp->b_blkno, 0, 0);
1131 error = pcbmap(dp, de_cluster(pmp, to_diroffset), 0,
1520 if ((error = pcbmap(dep, lbn, &bn, &cn, &blsize)) != 0)
1744 if ((error = pcbmap(dep, cn, bnp, 0, 0)) != 0)
1748 error = pcbmap(dep, cn + run, &runbn, 0, 0);
1773 * then get it using pcbmap(). If pcbmap() returns the block
1778 error = pcbmap(de
[all...]
H A Dmsdosfs_fat.c79 int fc_bmapcalls; /* # of times pcbmap was called */
135 pcbmap(struct denode *dep, uint32_t findcn, daddr_t *bnp, uint32_t *cnp, function
957 * is not empty, then fill the cache entry by calling pcbmap().
963 error = pcbmap(dep, CLUST_END, 0, &cn, 0);
1039 if (pcbmap(dep, bp->b_lblkno, &bp->b_blkno, 0, 0))
1042 panic("extendfile: pcbmap");

Completed in 219 milliseconds