Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/coda/
A Dupcall.c47 union inputArgs *inp; in alloc_upcall()
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()
237 union inputArgs *inp; in venus_rename()
273 union inputArgs *inp; in venus_create()
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Dcoda.h280 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\
671 union inputArgs { union
/linux-6.3-rc2/Documentation/filesystems/
A 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

Completed in 9 milliseconds