Message types for VFS link
Change-Id: Ibe03e7c9fded7f3764ecbe3e35b92df3662e54a4
This commit is contained in:
@@ -207,6 +207,17 @@ typedef struct {
|
||||
} mess_fs_vfs_getdents;
|
||||
_ASSERT_MSG_SIZE(mess_fs_vfs_getdents);
|
||||
|
||||
typedef struct {
|
||||
ino_t inode;
|
||||
ino_t dir_ino;
|
||||
|
||||
cp_grant_id_t grant;
|
||||
size_t path_len;
|
||||
|
||||
uint8_t data[32];
|
||||
} mess_vfs_fs_link;
|
||||
_ASSERT_MSG_SIZE(mess_vfs_fs_link);
|
||||
|
||||
typedef struct {
|
||||
ino_t dir_ino;
|
||||
ino_t root_ino;
|
||||
@@ -441,6 +452,7 @@ typedef struct {
|
||||
mess_vfs_fs_ftrunc m_vfs_fs_ftrunc;
|
||||
mess_vfs_fs_getdents m_vfs_fs_getdents;
|
||||
mess_fs_vfs_getdents m_fs_vfs_getdents;
|
||||
mess_vfs_fs_link m_vfs_fs_link;
|
||||
mess_vfs_fs_lookup m_vfs_fs_lookup;
|
||||
mess_fs_vfs_lookup m_fs_vfs_lookup;
|
||||
mess_vfs_fs_mountpoint m_vfs_fs_mountpoint;
|
||||
|
||||
Reference in New Issue
Block a user