Home
last modified time | relevance | path

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

/freebsd-head/lib/libprocstat/
HDmsdosfs.c143 fileid = cntobn(&mnt->data, denode.de_StartCluster) in msdosfs_filestat()
148 fileid = cntobn(&mnt->data, denode.de_dirclust) * dirsperblk; in msdosfs_filestat()
/freebsd-head/sys/fs/msdosfs/
HDmsdosfsmount.h207 #define cntobn(pmp, cn) \ macro
223 : cntobn((pmp), (dirclu)))
HDmsdosfs_vnops.c270 fileid = (uint64_t)cntobn(pmp, dep->de_StartCluster) * in msdosfs_getattr()
275 fileid = (uint64_t)cntobn(pmp, dep->de_dirclust) * in msdosfs_getattr()
1241 bn = cntobn(pmp, cn); in msdosfs_rename()
1381 bn = cntobn(pmp, newcluster); in msdosfs_mkdir()
1585 (uint64_t)cntobn(pmp, pmp->pm_rootdirblk) * in msdosfs_readdir()
1704 dirbuf.d_fileno = cntobn(pmp, cn) * in msdosfs_readdir()
HDmsdosfs_fat.c241 *bnp = cntobn(pmp, cn); in pcbmap()
1081 cntobn(pmp, cn++), in extendfile()
HDmsdosfs_denode.c430 bn = cntobn(pmp, eofentry); in detrunc()
HDmsdosfs_lookup.c871 error = bread(pmp->pm_devvp, cntobn(pmp, scn), in doscheckpath()
/freebsd-head/usr.sbin/makefs/msdos/
HDmsdosfs_denode.c272 bn = cntobn(pmp, eofentry); in detrunc()
HDmsdosfs_fat.c241 *bnp = cntobn(pmp, cn); in pcbmap()
1039 cntobn(pmp, cn++), in m_extendfile()
HDmsdosfs_vnops.c578 bn = cntobn(pmp, newcluster); in msdosfs_mkdire()