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.c195 error = VFS_MOUNT(mp); in mount_snapshot()
/freebsd/sys/kern/
H A Dvfs_mount.c1215 * XXX The final recipients of VFS_MOUNT just overwrite the ndp they in vfs_domount_first()
1220 if ((error = VFS_MOUNT(mp)) != 0 || in vfs_domount_first()
1477 * XXX The final recipients of VFS_MOUNT just overwrite the ndp they in vfs_domount_update()
1481 * When only updating mount exports, VFS_MOUNT() does not need to in vfs_domount_update()
1484 * "from" is typically not set correctly such that VFS_MOUNT() will in vfs_domount_update()
1486 * deadlock if VFS_MOUNT() is called when extended attributes are in vfs_domount_update()
1491 error = VFS_MOUNT(mp); in vfs_domount_update()
3148 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.h858 VFS_MOUNT(struct mount *mp) in VFS_MOUNT() function
/freebsd/share/man/man9/
H A DMakefile374 VFS_MOUNT.9 \