HomeSort by: relevance | last modified time | path
    Searched defs:nfs_sync (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/nfs/
nfs_vfsops.c 115 .vfs_sync = nfs_sync,
964 nfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) function in typeref:typename:int
nfs_vfsops.c 115 .vfs_sync = nfs_sync,
964 nfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) function in typeref:typename:int
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 128 static vfs_sync_t nfs_sync; variable in typeref:typename:vfs_sync_t
141 .vfs_sync = nfs_sync,
1744 nfs_sync(struct mount *mp, int waitfor) function in typeref:typename:int
nfs_clvfsops.c 128 static vfs_sync_t nfs_sync; variable in typeref:typename:vfs_sync_t
141 .vfs_sync = nfs_sync,
1744 nfs_sync(struct mount *mp, int waitfor) function in typeref:typename:int

Completed in 25 milliseconds