Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/fs/devfs/
HDdevfs_vfsops.c137 fmp->dm_mount = mp; in devfs_mount()
182 KASSERT(fmp->dm_mount != NULL, in devfs_unmount()
193 fmp->dm_mount = NULL; in devfs_unmount()
HDdevfs.h164 struct mount *dm_mount; member
HDdevfs_devs.c314 mac_devfs_create_directory(dmp->dm_mount, name, namelen, dd); in devfs_vmkdir()
641 mac_devfs_create_device(cdp->cdp_c.si_cred, dm->dm_mount, in devfs_populate_loop()
HDdevfs_vnops.c1885 mac_devfs_create_symlink(ap->a_cnp->cn_cred, dmp->dm_mount, dd, de); in devfs_symlink()