nfs_close
static int nfs_close(struct open_file *f);
.fo_close = nfs_close,
static vop_close_t nfs_close;
.vop_close = nfs_close,