INSIZE             71 fs/coda/upcall.c #define SIZE(tag)  max_t(unsigned int, INSIZE(tag), OUTSIZE(tag))
INSIZE            139 fs/coda/upcall.c 	offset = INSIZE(lookup);
INSIZE            210 fs/coda/upcall.c 	offset = INSIZE(mkdir);
INSIZE            242 fs/coda/upcall.c 	offset = INSIZE(rename);
INSIZE            278 fs/coda/upcall.c         offset = INSIZE(create);
INSIZE            310 fs/coda/upcall.c         offset = INSIZE(rmdir);
INSIZE            332 fs/coda/upcall.c         offset = INSIZE(remove);
INSIZE            357 fs/coda/upcall.c 		     INSIZE(readlink), OUTSIZE(readlink)+ *length);
INSIZE            387 fs/coda/upcall.c 	offset = INSIZE(link);
INSIZE            414 fs/coda/upcall.c         offset = INSIZE(symlink);
INSIZE            508 fs/coda/upcall.c         inp->coda_ioctl.data = (char *)(INSIZE(ioctl));