Home
last modified time | relevance | path

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

/linux-5.19.10/fs/coda/
Dpsdev.c173 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_write()
327 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_release()
334 req->uc_flags |= CODA_REQ_ABORT; in coda_psdev_release()
Dcoda_psdev.h29 #define CODA_REQ_ABORT 0x8 macro
Dupcall.c670 if (req->uc_flags & (CODA_REQ_WRITE | CODA_REQ_ABORT)) in coda_waitfor_upcall()
775 if ((req->uc_flags & CODA_REQ_ABORT) || !signal_pending(current)) { in coda_upcall()