nfs_open
int nfs_open(const char *path, struct open_file *f);
.fo_open = nfs_open,
static int nfs_open(vnode_t **, int, cred_t *, caller_context_t *);
VOPNAME_OPEN, { .vop_open = nfs_open },