Home
last modified time | relevance | path

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

/NextBSD/sys/fs/devfs/
HDdevfs_vfsops.c139 fmp->dm_mount = mp; in devfs_mount()
183 KASSERT(fmp->dm_mount != NULL, in devfs_unmount()
194 fmp->dm_mount = NULL; in devfs_unmount()
HDdevfs.h158 struct mount *dm_mount; member
HDdevfs_devs.c299 mac_devfs_create_directory(dmp->dm_mount, name, namelen, dd); in devfs_vmkdir()
623 mac_devfs_create_device(cdp->cdp_c.si_cred, dm->dm_mount, in devfs_populate_loop()
HDdevfs_vnops.c1691 mac_devfs_create_symlink(ap->a_cnp->cn_cred, dmp->dm_mount, dd, de); in devfs_symlink()