Searched refs:wlog_open (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/include/ |
H A D | write_log.h | 130 * write log file datatype. wlog_open() initializes this structure 153 extern int wlog_open(struct wlog_file *wfile, int trunc, int mode); 161 int wlog_open();
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | write_log.c | 41 * It is initialized with the wlog_open() function. This handle is 114 int wlog_open(struct wlog_file *wfile, int trunc, int mode) in wlog_open() function 157 * with the wlog_open() call. 256 * wlog_file structure initialized by wlog_open(). nrecs is the number
|
H A D | doio.c | 587 * If we're logging write operations, make a dummy call to wlog_open in main() 597 if (wlog_open(&Wlog, 1, 0666) < 0) { in main() 795 if (wlog_open(&Wlog, 0, 0666) == -1) { in doio() 797 "Could not open write log file (%s): wlog_open() failed\n", in doio()
|
Completed in 7 milliseconds