Home
last modified time | relevance | path

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

/linux-6.1.9/fs/coda/
Dupcall.c43 union inputArgs *buffer);
47 union inputArgs *inp; 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()
205 union inputArgs *inp; in venus_mkdir()
[all …]
/linux-6.1.9/include/uapi/linux/
Dcoda.h280 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\
671 union inputArgs { union
/linux-6.1.9/Documentation/filesystems/
Dcoda.rst314 Each of these upcalls make use of two structures: inputArgs and
319 struct inputArgs {
326 <union "in" of call dependent parts of inputArgs>
334 <union "out" of call dependent parts of inputArgs>
340 inputArgs start with the opcode which defines the type of service