Searched refs:wlog_file (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/include/ |
H A D | write_log.h | 134 struct wlog_file { struct 153 extern int wlog_open(struct wlog_file *wfile, int trunc, int mode); 154 extern int wlog_close(struct wlog_file *wfile); 155 extern int wlog_record_write(struct wlog_file *wfile, 157 extern int wlog_scan_backward(struct wlog_file *wfile, int nrecs,
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | write_log.c | 39 * The main abstractions available to the user are the wlog_file, and 40 * the wlog_rec. A wlog_file is a handle encapsulating a write logfile. 101 * Initialize a write logfile. wfile is a wlog_file structure that has 114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open() 156 * Release all resources associated with a wlog_file structure allocated 160 int wlog_close(struct wlog_file *wfile) in wlog_close() 193 int wlog_record_write(struct wlog_file *wfile, struct wlog_rec *wrec, in wlog_record_write() 256 * wlog_file structure initialized by wlog_open(). nrecs is the number 262 int wlog_scan_backward(struct wlog_file *wfile, int nrecs, in wlog_scan_backward()
|
H A D | doio.c | 278 struct wlog_file Wlog;
|
Completed in 7 milliseconds