Home
last modified time | relevance | path

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

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