Home
last modified time | relevance | path

Searched refs:roottobn (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/msdosfs/
H A Dmsdosfsmount.h213 #define roottobn(pmp, dirofs) \ macro
222 ? roottobn((pmp), (dirofs)) \
H A Dmsdosfs_vnops.c278 fileid = (uint64_t)roottobn(pmp, 0) * dirsperblk; in msdosfs_getattr()
/freebsd/lib/libprocstat/
H A Dmsdosfs.c150 fileid = roottobn(&mnt->data, 0) * dirsperblk; in msdosfs_filestat()