/external/ltp/testcases/kernel/fs/doio/ |
write_log.c | 102 * the w_file field filled in. The rest of the information in the 128 wfile->w_afd = open(wfile->w_file, oflags, mode); 134 wfile->w_file, oflags, mode, strerror(errno)); 143 if ((wfile->w_rfd = open(wfile->w_file, oflags)) == -1) { 146 wfile->w_file, oflags, strerror(errno)); 223 wfile->w_file, wbuf, reclen, strerror(errno)); 230 wfile->w_file, strerror(errno)); 238 wfile->w_file, offset, strerror(errno)); 244 wfile->w_file, wbuf, reclen, 279 wfile->w_file, strerror(errno)) [all...] |
doio.c | 595 strcpy(Wlog.w_file, Write_Log); 793 strcpy(Wlog.w_file, Write_Log); [all...] |
/external/ltp/testcases/kernel/fs/doio/include/ |
write_log.h | 137 char w_file[1024]; /* name of the write_log */ member in struct:wlog_file
|