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.c1190 * XXX The final recipients of VFS_MOUNT just overwrite the ndp they in vfs_domount_first()
1195 if ((error = VFS_MOUNT(mp)) != 0 || in vfs_domount_first()
1441 * XXX The final recipients of VFS_MOUNT just overwrite the ndp they in vfs_domount_update()
1446 * "from" is typically not set correctly such that VFS_MOUNT() will in vfs_domount_update()
1447 * return ENOENT. It is not obvious that VFS_MOUNT() ever needs to be in vfs_domount_update()
1454 error = VFS_MOUNT(mp); in vfs_domount_update()
3076 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.h854 #define VFS_MOUNT(MP) ({ \ macro
/freebsd/share/man/man9/
H A DMakefile367 VFS_MOUNT.9 \