Home
last modified time | relevance | path

Searched refs:wlog_rec (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/include/
Dwrite_log.h44 #define WLOG_REC_MAX_SIZE (sizeof(struct wlog_rec)+WLOG_MAX_PATH+WLOG_MAX_PATTERN+WLOG_MAX_HOST+2)
52 struct wlog_rec { struct
156 struct wlog_rec *wrec, long offset);
158 int (*func)(struct wlog_rec *rec),
/external/ltp/testcases/kernel/fs/doio/
Dwrite_log.c93 static int wlog_rec_pack(struct wlog_rec *wrec, char *buf, int flag);
94 static int wlog_rec_unpack(struct wlog_rec *wrec, char *buf);
193 int wlog_record_write(struct wlog_file *wfile, struct wlog_rec *wrec, in wlog_record_write()
268 struct wlog_rec wrec; in wlog_scan_backward()
405 static int wlog_rec_pack(struct wlog_rec *wrec, char *buf, int flag) in wlog_rec_pack()
452 static int wlog_rec_unpack(struct wlog_rec *wrec, char *buf) in wlog_rec_unpack()
457 memset((char *)wrec, 0x00, sizeof(struct wlog_rec)); in wlog_rec_unpack()
Ddoio.c1605 struct wlog_rec wrec; in do_write()
2092 struct wlog_rec wrec; in do_listio()
3065 struct wlog_rec wrec; in do_rw()