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
nfs_vfsops.c 115 .vfs_sync = nfs_sync,
964 nfs_sync(struct mount *mp, int waitfor, kauth_cred_t cred) function
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 128 static vfs_sync_t nfs_sync; variable
141 .vfs_sync = nfs_sync,
1744 nfs_sync(struct mount *mp, int waitfor) function
nfs_clvfsops.c 128 static vfs_sync_t nfs_sync; variable
141 .vfs_sync = nfs_sync,
1744 nfs_sync(struct mount *mp, int waitfor) function

Completed in 33 milliseconds