nfs_open
int nfs_open(const char *path, struct open_file *f);
nfs_open,
.vop_open = nfs_open,
static int nfs_open (struct vop_open_args *);