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