Home
last modified time | relevance | path

Searched refs:nfs_sync (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/nfs/
H A Dnfs_vfsops.c115 .vfs_sync = nfs_sync,
964 nfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) in nfs_sync() function
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clvfsops.c128 static vfs_sync_t nfs_sync; variable
141 .vfs_sync = nfs_sync,
1744 nfs_sync(struct mount *mp, int waitfor) in nfs_sync() function