Home | History | Annotate | Download | only in btreplay

Lines Matching defs:oflags

1320 	int oflags;
1327 oflags = O_NOATIME;
1329 oflags = 0;
1331 tip->ofd = open(path, O_RDWR | O_DIRECT | oflags);