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

  /src/sys/nfs/
nfs_vfsops.c 111 .vfs_unmount = nfs_unmount,
832 nfs_unmount(struct mount *mp, int mntflags) function in typeref:typename:int
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 125 static vfs_unmount_t nfs_unmount; variable in typeref:typename:vfs_unmount_t
143 .vfs_unmount = nfs_unmount,
1645 nfs_unmount(struct mount *mp, int mntflags) function in typeref:typename:int

Completed in 13 milliseconds