Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/fs/doio/include/
H A Dwrite_log.h36 * Constants defining the max size of various wlog_rec fields. ANY SIZE
44 #define WLOG_REC_MAX_SIZE (sizeof(struct wlog_rec)+WLOG_MAX_PATH+WLOG_MAX_PATTERN+WLOG_MAX_HOST+2)
52 struct wlog_rec { struct
76 * On-disk structure of a wlog_rec. Actually, the record consists of
156 struct wlog_rec *wrec, long offset);
158 int (*func)(struct wlog_rec *rec),
/third_party/ltp/testcases/kernel/fs/doio/
H A Dwrite_log.c40 * the wlog_rec. A wlog_file is a handle encapsulating a write logfile.
45 * The wlog_rec datatype is a structure which contains all the information
93 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);
168 * Write a wlog_rec structure to a write logfile. Offset is used to
187 * Note2: The on-disk version of the wlog_rec is MUCH different than
189 * as it is in the wlog_rec structure. Considerable data packing takes
193 int wlog_record_write(struct wlog_file *wfile, struct wlog_rec *wrec, in wlog_record_write()
259 * will be passed a single parameter - a wlog_rec structure .
268 struct wlog_rec wre in wlog_scan_backward()
[all...]
H A 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()

Completed in 7 milliseconds