OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFS_SUSPENDCTL
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
mount.h
214
int (*
vfs_suspendctl
) (struct mount *, int);
member in struct:vfsops
246
int
VFS_SUSPENDCTL
(struct mount *, int);
/src/sys/kern/
vfs_trans.c
784
if ((error =
VFS_SUSPENDCTL
(fli->fli_mount, SUSPEND_SUSPEND)) != 0) {
810
VFS_SUSPENDCTL
(mp, SUSPEND_RESUME);
vfs_subr.c
1659
VFS_SUSPENDCTL
(struct mount *mp, int a)
1666
error = (*(mp->mnt_op->
vfs_suspendctl
))(mp, a);
/src/share/man/man9/
Makefile
1060
vfsops.9
VFS_SUSPENDCTL
.9
Completed in 15 milliseconds
Indexes created Wed Nov 05 01:09:58 GMT 2025