Home
last modified time | relevance | path

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

/netbsd-src/sys/rump/include/rump-sys/
H A Dvfs_if.h50 int rump_vfs_sync(struct mount *, int, struct kauth_cred *);
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpvfs_if_wrappers.c230 rv = rump_vfs_sync(arg1, arg2, arg3); in rump_pub_vfs_sync()
H A Drump_vfs.c437 rump_vfs_sync(struct mount *mp, int wait, kauth_cred_t cred) in rump_vfs_sync() function