Searched defs:wrec (Results 1 - 2 of 2) sorted by relevance

/external/ltp/lib/
H A Dwrite_log.c92 static int wlog_rec_pack(struct wlog_rec *wrec, char *buf, int flag);
93 static int wlog_rec_unpack(struct wlog_rec *wrec, char *buf);
172 * bit in wrec cleared), but not completed, and then later update the
192 int wlog_record_write(struct wlog_file *wfile, struct wlog_rec *wrec, argument
201 * Otherwise, we overlay wrec at the file offset indicated and assume
206 reclen = wlog_rec_pack(wrec, wbuf, (offset < 0));
267 struct wlog_rec wrec; local
376 wlog_rec_unpack(&wrec, albuf);
383 if ((rval = (*func) (&wrec, data)) == WLOG_STOP_SCAN) {
404 static int wlog_rec_pack(struct wlog_rec *wrec, cha argument
451 wlog_rec_unpack(struct wlog_rec *wrec, char *buf) argument
[all...]
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c1605 struct wlog_rec wrec; local
1764 wrec.w_async = (req->r_type == WRITEA) ? 1 : 0;
1765 wrec.w_oflags = oflags;
1766 wrec.w_pid = pid;
1767 wrec.w_offset = offset;
1768 wrec.w_nbytes = nbytes;
1770 wrec.w_pathlen = strlen(file);
1771 memcpy(wrec.w_path, file, wrec.w_pathlen);
1772 wrec
2092 struct wlog_rec wrec; local
3065 struct wlog_rec wrec; local
[all...]

Completed in 674 milliseconds