Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dcoda_psdev.h17 u_short uc_opcode; /* copied from data to save lookup */ member
/linux-4.4.14/fs/coda/
Dupcall.c603 (((r)->uc_opcode != CODA_CLOSE && \
604 (r)->uc_opcode != CODA_STORE && \
605 (r)->uc_opcode != CODA_RELEASE) || \
694 req->uc_opcode = ((union inputArgs *)buffer)->ih.opcode; in coda_upcall()
758 sig_req->uc_opcode = sig_inputArgs->ih.opcode; in coda_upcall()
Dpsdev.c187 if (req->uc_opcode == CODA_OPEN_BY_FD) { in coda_psdev_write()