Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dcoda_psdev.h25 #define CODA_REQ_ABORT 0x8 macro
/linux-4.1.27/fs/coda/
Dpsdev.c175 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_write()
326 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_release()
333 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_release()
Dupcall.c627 if (req->uc_flags & (CODA_REQ_WRITE | CODA_REQ_ABORT)) in coda_waitfor_upcall()
727 if ((req->uc_flags & CODA_REQ_ABORT) || !signal_pending(current)) { in coda_upcall()