Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDvfs_init.c476 vfsops->vfs_sync = vfs_stdnosync; in vfs_register()
HDvfs_default.c1404 vfs_stdnosync(struct mount *mp, int waitfor) in vfs_stdnosync() function
/freebsd-14-stable/sys/sys/
HDmount.h1087 vfs_sync_t vfs_stdnosync; variable