Home
last modified time | relevance | path

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

/Linux-v4.19/fs/coda/
Dupcall.c43 union inputArgs *buffer);
47 union inputArgs *inp; in alloc_upcall()
49 CODA_ALLOC(inp, union inputArgs *, size); in alloc_upcall()
63 inp = (union inputArgs *)alloc_upcall(op, insize); \
77 union inputArgs *inp; in venus_rootfid()
95 union inputArgs *inp; in venus_getattr()
114 union inputArgs *inp; in venus_setattr()
134 union inputArgs *inp; in venus_lookup()
163 union inputArgs *inp; in venus_close()
183 union inputArgs *inp; in venus_open()
[all …]
/Linux-v4.19/include/uapi/linux/
Dcoda.h285 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\
652 union inputArgs { union
/Linux-v4.19/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