Home
last modified time | relevance | path

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

/linux-4.4.14/fs/coda/
Dupcall.c42 union inputArgs *buffer);
46 union inputArgs *inp; in alloc_upcall()
48 CODA_ALLOC(inp, union inputArgs *, size); in alloc_upcall()
62 inp = (union inputArgs *)alloc_upcall(op, insize); \
76 union inputArgs *inp; in venus_rootfid()
94 union inputArgs *inp; in venus_getattr()
113 union inputArgs *inp; in venus_setattr()
133 union inputArgs *inp; in venus_lookup()
162 union inputArgs *inp; in venus_close()
182 union inputArgs *inp; in venus_open()
[all …]
/linux-4.4.14/include/uapi/linux/
Dcoda.h285 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\
652 union inputArgs { union
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt381 Each of these upcalls make use of two structures: inputArgs and
386 struct inputArgs {
393 <union "in" of call dependent parts of inputArgs>
401 <union "out" of call dependent parts of inputArgs>
407 inputArgs start with the opcode which defines the type of service