Searched refs:wlog_record_write (Results 1 - 3 of 3) sorted by relevance
/external/ltp/include/old/ |
H A D | write_log.h | 155 extern int wlog_record_write(struct wlog_file *wfile, 163 int wlog_record_write();
|
/external/ltp/lib/ |
H A D | write_log.c | 184 * call to wlog_record_write() which wrote the record to be overlayed. 192 int wlog_record_write(struct wlog_file *wfile, struct wlog_rec *wrec, function
|
/external/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 1779 if ((woffset = wlog_record_write(&Wlog, &wrec, -1)) == -1) { 1938 wlog_record_write(&Wlog, &wrec, woffset); 3297 if ((woffset = wlog_record_write(&Wlog, &wrec, -1)) == -1) { 3468 wlog_record_write(&Wlog, &wrec, woffset);
|
Completed in 740 milliseconds