OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFS_UNMOUNT
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/rump/librump/rumpvfs/
rump_vfs.c
411
return
VFS_UNMOUNT
(mp, mntflags);
/src/sys/sys/
mount.h
192
int (*
vfs_unmount
) (struct mount *, int);
member in struct:vfsops
237
int
VFS_UNMOUNT
(struct mount *, int);
/src/sys/kern/
vfs_mount.c
921
if (
VFS_UNMOUNT
(mp, MNT_FORCE) != 0)
980
error =
VFS_UNMOUNT
(mp, flags);
vfs_subr.c
1519
VFS_UNMOUNT
(struct mount *mp, int a)
1526
error = (*(mp->mnt_op->
vfs_unmount
))(mp, a);
/src/share/man/man9/
Makefile
1048
vfsops.9
VFS_UNMOUNT
.9 \
Completed in 15 milliseconds
Indexes created Tue Oct 14 00:09:49 GMT 2025