Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/coda/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcoda.h283 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\
647 union inputArgs { union
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcoda.h283 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\
647 union inputArgs { union
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcoda.h280 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\
671 union inputArgs { union
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H 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