Home | Sort by: relevance | last modified time | path |
/src/sys/nfs/ | |
nfs_vfsops.c | 109 .vfs_mount = nfs_mount, 573 nfs_mount(struct mount *mp, const char *path, void *data, size_t *data_len) function in typeref:typename:int |
/src/sys/fs/nfs/client/ | |
nfs_clvfsops.c | 123 static vfs_mount_t nfs_mount; variable in typeref:typename:vfs_mount_t 137 .vfs_mount = nfs_mount, 852 nfs_mount(struct mount *mp) function in typeref:typename:int |
/src/sys/lib/libsa/ | |
nfs.c | 536 * nfs_mount - mount this nfs filesystem to a host 540 nfs_mount(int sock, struct in_addr ip, char *path) function in typeref:typename:int 609 if (nfs_mount(*((int *)(f->f_devdata)), rootip, rootpath)) |