Searched refs:temp_filename (Results 1 – 4 of 4) sorted by relevance
30 static char *temp_filename; variable36 temp_fd = create_temp_file ("tst-ofdlocks-compat.", &temp_filename); in do_prepare()75 int fd = open64 (temp_filename, O_RDWR, 0666); in do_test()
26 static char *temp_filename; variable32 temp_fd = create_temp_file ("tst-ofdlocks.", &temp_filename); in do_prepare()60 int fd = open64 (temp_filename, O_RDWR, 0666); in do_test()
35 static char *temp_filename; variable41 temp_fd = create_temp_file ("tst-fallocate.", &temp_filename); in do_prepare()45 FAIL_UNSUPPORTED ("File %s does not support holes", temp_filename); in do_prepare()
34 static char *temp_filename; variable43 temp_fd = create_temp_file ("tst-file_sync_range.", &temp_filename); in do_prepare()
Completed in 4 milliseconds