Home
last modified time | relevance | path

Searched refs:w_file (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/
H A Dwrite_log.c102 * the w_file field filled in. The rest of the information in the
128 wfile->w_afd = open(wfile->w_file, oflags, mode); in wlog_open()
134 wfile->w_file, oflags, mode, strerror(errno)); in wlog_open()
143 if ((wfile->w_rfd = open(wfile->w_file, oflags)) == -1) { in wlog_open()
146 wfile->w_file, oflags, strerror(errno)); in wlog_open()
223 wfile->w_file, wbuf, reclen, strerror(errno)); in wlog_record_write()
230 wfile->w_file, strerror(errno)); in wlog_record_write()
238 wfile->w_file, offset, strerror(errno)); in wlog_record_write()
244 wfile->w_file, wbuf, reclen, in wlog_record_write()
279 wfile->w_file, strerro in wlog_scan_backward()
[all...]
H A Ddoio.c595 strcpy(Wlog.w_file, Write_Log); in main()
793 strcpy(Wlog.w_file, Write_Log); in doio()
/third_party/ltp/testcases/kernel/fs/doio/include/
H A Dwrite_log.h137 char w_file[1024]; /* name of the write_log */ member

Completed in 7 milliseconds