Home
last modified time | relevance | path

Searched defs:wlog_rec_disk (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/include/
Dwrite_log.h107 struct wlog_rec_disk { struct
109 uint w_offset : 44; /* file offset */
110 uint w_extra0 : 20; /* EXTRA BITS IN WORD 0 */
117 uint w_nbytes : 32; /* # bytes written */
118 uint w_oflags : 32; /* low-order open() flags */
120 uint w_pid : 17; /* pid doing the write */
121 uint w_pathlen : 7; /* length of file path */
122 uint w_patternlen: 6; /* length of pattern */
123 uint w_hostlen : 4; /* length of host */
124 uint w_done : 1; /* 1 if io confirmed done */
[all …]