Searched refs:fatbn (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/msdosfs/
H A Dmsdosfs_fat.c320 * fatbn - block number relative to begin of filesystem of the modified fat block.
323 updatefats(struct msdosfsmount *pmp, struct buf *bp, uint32_t fatbn) argument
329 printf("updatefats(pmp %p, buf %p, fatbn %d)\n", pmp, bp, fatbn);
366 fatbn += pmp->pm_FATsecs;
368 bpn = getblk(pmp->pm_devvp, fatbn, bp->b_bcount, 0,
/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c354 * fatbn - block number relative to begin of filesystem of the modified FAT block.
357 updatefats(struct msdosfsmount *pmp, struct mkfsbuf *bp, u_long fatbn) argument
362 DPRINTF(("%s(pmp %p, bp %p, fatbn %lu)\n", __func__, pmp, bp, fatbn));
419 fatbn += pmp->pm_FATsecs;
421 bpn = getblk(pmp->pm_devvp, de_bn2kb(pmp, fatbn),

Completed in 67 milliseconds