Home
last modified time | relevance | path

Searched refs:vfs_stdnosync (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_init.c483 vfsops->vfs_sync = vfs_stdnosync; in vfs_register()
H A Dvfs_default.c1422 vfs_stdnosync(struct mount *mp, int waitfor) in vfs_stdnosync() function
/freebsd/sys/sys/
H A Dmount.h1093 vfs_sync_t vfs_stdnosync; variable