Home
last modified time | relevance | path

Searched refs:dm_mount (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/dirfs/
HDdirfs.h186 struct mount * dm_mount; member
202 #define DIRFS_TO_VFS(dmp) ((struct mount *)((dmp)->dm_mount))
HDdirfs_vfsops.c124 dmp->dm_mount = mp; in dirfs_mount()