ufs_open
static int ufs_open(const char *path, struct open_file *f);
.fo_open = ufs_open,
static vop_open_t ufs_open;
.vop_open = ufs_open,