Lines Matching refs:open
217 if ((fd_w = open(filename, O_WRONLY | O_CREAT, 0666)) < 0) {
218 tst_brkm(TBROK, cleanup, "fd_w open failed for %s: %s",
221 if ((fd_r = open(filename, O_DIRECT | O_RDONLY | O_CREAT, 0666)) < 0) {
222 tst_brkm(TBROK, cleanup, "fd_r open failed for %s: %s",
239 if ((fd_w = open(filename, O_DIRECT | O_WRONLY | O_CREAT, 0666)) < 0) {
240 tst_brkm(TBROK, cleanup, "fd_w open failed for %s: %s",
243 if ((fd_r = open(filename, O_RDONLY | O_CREAT, 0666)) < 0) {
244 tst_brkm(TBROK, cleanup, "fd_r open failed for %s: %s",
260 if ((fd_w = open(filename, O_DIRECT | O_WRONLY | O_CREAT, 0666)) < 0) {
261 tst_brkm(TBROK, cleanup, "fd_w open failed for %s: %s",
264 if ((fd_r = open(filename, O_DIRECT | O_RDONLY | O_CREAT, 0666)) < 0) {
265 tst_brkm(TBROK, cleanup, "fd_r open failed for %s: %s",
295 if ((fd1 = open(filename, O_CREAT | O_EXCL, 0600)) < 0) {
302 if ((fd1 = open(filename, O_DIRECT, 0600)) < 0) {