Home
last modified time | relevance | path

Searched refs:mount_nfs_fh (Results 1 – 2 of 2) sorted by relevance

/original-bsd/usr.sbin/amd/amd/
H A Dnfs_ops.c442 int mount_nfs_fh P((struct fhstatus *fhp, char *dir, char *fs_name, char *opts, mntfs *mf));
443 int mount_nfs_fh(fhp, dir, fs_name, opts, mf) in mount_nfs_fh() function
654 return mount_nfs_fh(&fhs, dir, fs_name, opts, mf);
661 return mount_nfs_fh((struct fhstatus *) mf->mf_private, dir, fs_name, opts, mf);
H A Dhost_ops.c129 return mount_nfs_fh(fhp, dir, fs_name, opts, mf);