Home
last modified time | relevance | path

Searched refs:w_done (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/include/
H A Dwrite_log.h57 int w_done; /* 1 if io confirmed done */ member
124 uint w_done : 1; /* 1 if io confirmed done */ member
/third_party/ltp/testcases/kernel/fs/doio/
H A Dwrite_log.c172 * is so that we can record writes which are outstanding (with the w_done
416 wrecd->w_done = (uint) wrec->w_done; in wlog_rec_pack()
467 wrec->w_done = wrecd->w_done; in wlog_rec_unpack()
H A Ddoio.c1755 * Note that w_done is set to 0. If doio_check sees this, it in do_write()
1777 wrec.w_done = 0; in do_write()
1931 * corruption detection. Note that w_done is set to 1, indicating that in do_write()
1937 wrec.w_done = 1; in do_write()
3272 * Note that w_done is set to 0. If doio_check sees this, it in do_rw()
3295 wrec.w_done = 0; in do_rw()
3461 * corruption detection. Note that w_done is set to 1, indicating that in do_rw()
3467 wrec.w_done = 1; in do_rw()

Completed in 8 milliseconds