Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/msdosfs/
H A Dmsdosfsmount.h204 #define roottobn(pmp, dirofs) \ macro
213 ? roottobn((pmp), (dirofs)) \
H A Dmsdosfs_vnops.c235 fileid = (uint64_t)roottobn(pmp, 0) * dirsperblk; in msdosfs_getattr()
/dragonfly/usr.bin/fstat/
H A Dmsdosfs.c137 fileid = roottobn(&mnt->data, 0) * dirsperblk; in msdosfs_filestat()