2 /* Low level request messages are built and sent by wrapper functions.
3 * This file contains the request and response structures for accessing
4 * those wrappers functions.
9 /* Structure for response that contains inode details */
10 typedef struct node_details
{
18 /* For faster access */
19 unsigned short inode_index
;
21 /* For char/block special files */
25 /* Structure for a lookup response */
26 typedef struct lookup_res
{
33 /* For char/block special files */
36 /* Fields used for handling mount point and symbolic links */
38 unsigned char symloop
;
42 /* Structure for REQ_ request */