FUSE_RELEASE
} else if (args->opcode == FUSE_RELEASE && ff->fm->fc->no_open) {
int opcode = isdir ? FUSE_RELEASEDIR : FUSE_RELEASE;
fuse_prepare_release(fi, ff, flags, FUSE_RELEASE, true);
EM( FUSE_RELEASE, "FUSE_RELEASE") \