Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ sys_sync
Function
sys_sync
freebsd/kern/vfs_syscalls.c:172–177 ·
view source on GitHub ↗
ARGSUSED */
Source
from the content-addressed store, hash-verified
170
#endif
171
/* ARGSUSED */
172
int
173
sys_sync(struct thread *td, struct sync_args *uap)
174
{
175
176
return (kern_sync(td));
177
}
178
179
/*
180
* Change filesystem quotas.
Callers
nothing calls this directly
Calls
1
kern_sync
Function · 0.85
Tested by
no test coverage detected