Searched refs:de_cn2bn (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.sbin/makefs/msdos/
H A Dmsdosfsmount.h151 #define de_cn2bn(pmp, cn) \ macro
182 (de_cn2bn(pmp, de_cluster((pmp), (off))))
199 (de_cn2bn((pmp), (cn)-CLUST_FIRST) + (pmp)->pm_firstcluster)
H A Dmsdosfs_fat.c187 *bnp = pmp->pm_rootdirblk + de_cn2bn(pmp, findcn);
194 pmp->pm_rootdirblk + de_cn2bn(pmp, findcn),
/openbsd-current/sys/msdosfs/
H A Dmsdosfsmount.h143 #define de_cn2bn(pmp, cn) \ macro
162 (de_cn2bn(pmp, de_cluster((pmp), (off))))
179 (de_cn2bn((pmp), (cn)-CLUST_FIRST) + (pmp)->pm_firstcluster)
H A Dmsdosfs_fat.c174 *bnp = pmp->pm_rootdirblk + de_cn2bn(pmp, findcn);
H A Dmsdosfs_vnops.c1749 if (error != 0 || (runbn != *bnp + de_cn2bn(pmp, run)))

Completed in 141 milliseconds