null_open
.open = null_open,
extern int null_open(const char *path, struct open_file *f);
.vop_open = null_open,
FIXUP(d_open, null_open, giant_open);