HomeSort by: relevance | last modified time | path
    Searched refs:cntobn (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/msdosfs/
msdosfsmount.h 230 #define cntobn(pmp, cn) \ macro
246 : cntobn((pmp), (dirclu)))
msdosfs_vnops.c 269 fileid = cntobn(pmp, (ino_t)dep->de_StartCluster) * dirsperblk;
273 fileid = cntobn(pmp, (ino_t)dep->de_dirclust) * dirsperblk;
816 bn = cntobn(pmp, newcluster);
1032 dirbuf->d_fileno = cntobn(pmp,
1146 fileno = cntobn(pmp,
1152 fileno = cntobn(pmp, fileno) * dirsperblk;
msdosfs_fat.c 326 *bnp = cntobn(pmp, cn);
329 DPRINTF(("%s(bn=%lu, cn=%lu)\n", __func__, cntobn(pmp, cn),
1109 de_bn2kb(pmp, cntobn(pmp, cn++)),
msdosfs_rename.c 739 error = bread(pmp->pm_devvp, de_bn2kb(pmp, cntobn(pmp, start_cn)),
784 bn = cntobn(pmp, cn);
msdosfs_denode.c 410 bn = cntobn(pmp, eofentry);
  /src/usr.sbin/makefs/msdos/
msdosfs_vnops.c 487 bn = cntobn(pmp, cn);
587 bn = cntobn(pmp, newcluster);
msdosfs_denode.c 262 bn = cntobn(pmp, eofentry);

Completed in 16 milliseconds