Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dmount.h540 #define VFS_UNMOUNT(MP, FORCE, P) (*(MP)->mnt_op->vfs_unmount)(MP, FORCE, P) macro
/openbsd/src/regress/usr.bin/diff/
Dt9.1381 error = VFS_UNMOUNT(mp, flags, p);
Dt9.2449 error = VFS_UNMOUNT(mp, flags, p);
/openbsd/src/sys/kern/
Dvfs_syscalls.c496 error = VFS_UNMOUNT(mp, flags, p); in dounmount_leaf()