Lines Matching refs:write
20 * with this program; if not, write the Free Software Foundation, Inc.,
35 * to provide a 'write history' of a file which can be examined to
37 * on the write activity.
40 * the wlog_rec. A wlog_file is a handle encapsulating a write logfile.
43 * access to the write logfile.
46 * about a file write. Examples include the file name, offset, length,
48 * on whether or not the write has been confirmed as complete. This
49 * allows the write logfile to contain information on writes which have
52 * There is also a function to scan a write logfile in reverse order.
54 * NOTE: For target file analysis based on a write logfile, the
57 * write completion is predictable. This is an issue when
58 * more than 1 process is trying to write data to the same
101 * Initialize a write logfile. wfile is a wlog_file structure that has
145 "Could not open write log - open(%s, %#o) failed: %s\n",
168 * Write a wlog_rec structure to a write logfile. Offset is used to
174 * logfile when the write request completes (as with async io). When
220 if (write(wfile->w_afd, wbuf, reclen) == -1) {
222 "Could not write log - write(%s, %s, %d) failed: %s\n",
241 if ((write(wfile->w_rfd, wbuf, reclen)) == -1) {
243 "Could not write log - write(%s, %s, %d) failed: %s\n",
401 * stored or read from the write logfile. Any changes to either of