1 #ifndef __VFS_REQUEST_H__
2 #define __VFS_REQUEST_H__
4 /* Low level request messages are built and sent by wrapper functions.
5 * This file contains the request and response structures for accessing
6 * those wrappers functions.
11 /* Structure for response that contains inode details */
12 typedef struct node_details
{
20 /* For char/block special files */
24 /* Structure for a lookup response */
25 typedef struct lookup_res
{
32 /* For char/block special files */
35 /* Fields used for handling mount point and symbolic links */
37 unsigned char symloop
;