Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_vfs.c194 error = VFS_MOUNT(mp); in mount_snapshot()
/freebsd/sys/kern/
H A Dvfs_mount.c1186 * XXX The final recipients of VFS_MOUNT just overwrite the ndp they in vfs_domount_first()
1191 if ((error = VFS_MOUNT(mp)) != 0 || in vfs_domount_first()
1437 * XXX The final recipients of VFS_MOUNT just overwrite the ndp they in vfs_domount_update()
1442 * "from" is typically not set correctly such that VFS_MOUNT() will in vfs_domount_update()
1443 * return ENOENT. It is not obvious that VFS_MOUNT() ever needs to be in vfs_domount_update()
1450 error = VFS_MOUNT(mp); in vfs_domount_update()
3070 error = VFS_MOUNT(mp); in vfs_remount_ro()
H A Dvfs_mountroot.c271 error = VFS_MOUNT(mp); in vfs_mountroot_devfs()
/freebsd/sys/sys/
H A Dmount.h845 #define VFS_MOUNT(MP) ({ \ macro
/freebsd/share/man/man9/
H A DMakefile362 VFS_MOUNT.9 \