Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dvfs_mount.c140 static struct mount dummymount; variable
159 mount_init(&dummymount, NULL); in vfs_mount_init()
160 dummymount.mnt_flag |= MNT_RDONLY; in vfs_mount_init()
161 dummymount.mnt_kern_flag |= MNTK_ALL_MPSAFE; in vfs_mount_init()
245 mp = &dummymount; in getspecialvnode()
1179 insmntque(vp, &dummymount); in vflush_scan()