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

  /src/sys/nfs/
nfs_vfsops.c 114 .vfs_statvfs = nfs_statvfs,
159 nfs_statvfs(struct mount *mp, struct statvfs *sbp) function in typeref:typename:int
199 printf("nfs_vfsops: nfs_statvfs would lose buffers\n");
771 * We do not want to do an nfs_statvfs() here since we can get
nfs_vfsops.c 114 .vfs_statvfs = nfs_statvfs,
159 nfs_statvfs(struct mount *mp, struct statvfs *sbp) function in typeref:typename:int
199 printf("nfs_vfsops: nfs_statvfs would lose buffers\n");
771 * We do not want to do an nfs_statvfs() here since we can get

Completed in 46 milliseconds