HomeSort by relevance Sort by last modified time
    Searched refs:wlog_rec (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/fs/doio/include/
write_log.h 36 * 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),
  /external/ltp/testcases/kernel/fs/doio/
write_log.c 40 * 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,
259 * will be passed a single parameter - a wlog_rec structure .
268 struct wlog_rec wrec
    [all...]
doio.c     [all...]

Completed in 2319 milliseconds