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.c471 vfsops->vfs_sync = vfs_stdnosync; in vfs_register()
H A Dvfs_default.c1401 vfs_stdnosync(struct mount *mp, int waitfor) in vfs_stdnosync() function
/freebsd/sys/sys/
H A Dmount.h1083 vfs_sync_t vfs_stdnosync; variable