Home
last modified time | relevance | path

Searched refs:REQ_ABORT (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/coda/
Dpsdev.c194 req->uc_flags |= REQ_ABORT; in coda_psdev_write()
357 req->uc_flags |= REQ_ABORT; in coda_psdev_release()
365 req->uc_flags |= REQ_ABORT; in coda_psdev_release()
Dupcall.c662 if ( vmp->uc_flags & ( REQ_WRITE | REQ_ABORT ) ) in coda_waitfor_upcall()
/linux-2.4.37.9/include/linux/
Dcoda_psdev.h96 #define REQ_ABORT 0x8 macro