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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dpsdev.c120 if (DOWNCALL(hdr.opcode)) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcoda.h306 #define CODA_REPLACE 24 /* DOWNCALL */
307 #define CODA_FLUSH 25 /* DOWNCALL */
308 #define CODA_PURGEUSER 26 /* DOWNCALL */
309 #define CODA_ZAPFILE 27 /* DOWNCALL */
310 #define CODA_ZAPDIR 28 /* DOWNCALL */
311 #define CODA_PURGEFID 30 /* DOWNCALL */
320 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcoda.h306 #define CODA_REPLACE 24 /* DOWNCALL */
307 #define CODA_FLUSH 25 /* DOWNCALL */
308 #define CODA_PURGEUSER 26 /* DOWNCALL */
309 #define CODA_ZAPFILE 27 /* DOWNCALL */
310 #define CODA_ZAPDIR 28 /* DOWNCALL */
311 #define CODA_PURGEFID 30 /* DOWNCALL */
320 #define DOWNCALL(opcode) (opcode >= CODA_REPLACE && opcode <= CODA_PURGEFID) macro

Completed in 57 milliseconds