Searched refs:cntobn (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/lib/libprocstat/
H A Dmsdosfs.c142 fileid = cntobn(&mnt->data, denode.de_StartCluster)
147 fileid = cntobn(&mnt->data, denode.de_dirclust) * dirsperblk;
/freebsd-13-stable/sys/fs/msdosfs/
H A Dmsdosfsmount.h203 #define cntobn(pmp, cn) \ macro
219 : cntobn((pmp), (dirclu)))
H A Dmsdosfs_vnops.c276 fileid = (uint64_t)cntobn(pmp, dep->de_StartCluster) *
281 fileid = (uint64_t)cntobn(pmp, dep->de_dirclust) *
1229 bn = cntobn(pmp, cn);
1344 bn = cntobn(pmp, newcluster);
1552 (uint64_t)cntobn(pmp, pmp->pm_rootdirblk) *
1671 dirbuf.d_fileno = cntobn(pmp, cn) *
H A Dmsdosfs_denode.c406 bn = cntobn(pmp, eofentry);
H A Dmsdosfs_fat.c237 *bnp = cntobn(pmp, cn);
1065 cntobn(pmp, cn++),
H A Dmsdosfs_lookup.c835 error = bread(pmp->pm_devvp, cntobn(pmp, scn),
/freebsd-13-stable/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c279 bn = cntobn(pmp, eofentry);
H A Dmsdosfs_vnops.c581 bn = cntobn(pmp, newcluster);
H A Dmsdosfs_fat.c244 *bnp = cntobn(pmp, cn);
1043 cntobn(pmp, cn++),

Completed in 84 milliseconds