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

  /external/ltp/testcases/kernel/fs/doio/include/
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();
  /external/ltp/testcases/kernel/fs/doio/
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) function
157 * with the wlog_open() call.
256 * wlog_file structure initialized by wlog_open(). nrecs is the number
doio.c 587 * If we're logging write operations, make a dummy call to wlog_open
597 if (wlog_open(&Wlog, 1, 0666) < 0) {
795 if (wlog_open(&Wlog, 0, 0666) == -1) {
797 "Could not open write log file (%s): wlog_open() failed\n",
    [all...]

Completed in 2250 milliseconds