MOS Source Code
Loading...
Searching...
No Matches
userfs_manager.cpp File Reference
#include "mos/filesystem/userfs/userfs.hpp"
#include "mos/filesystem/vfs.hpp"
#include "mos/misc/setup.hpp"
#include "mos/syslog/printk.hpp"
#include "mos/tasks/kthread.hpp"
#include "proto/userfs-manager.service.h"
#include <librpc/rpc.h>
#include <librpc/rpc_server.h>
#include <mos/proto/fs_server.h>
#include <mos_stdio.hpp>
#include <pb_decode.h>
#include <pb_encode.h>
Include dependency graph for userfs_manager.cpp:

Go to the source code of this file.

Functions

static rpc_result_code_t userfs_manager_register_filesystem (rpc_context_t *, mosrpc_userfs_register_request *req, mosrpc_userfs_register_response *resp)
static void userfs_manager_server_exec (void *arg)
static void userfs_manager_rpc_init ()
 MOS_INIT (KTHREAD, userfs_manager_rpc_init)

Function Documentation

◆ userfs_manager_register_filesystem()

rpc_result_code_t userfs_manager_register_filesystem ( rpc_context_t * ,
mosrpc_userfs_register_request * req,
mosrpc_userfs_register_response * resp )
static

Definition at line 19 of file userfs_manager.cpp.

Referenced by userfs_manager_register_filesystem().

Here is the call graph for this function:

◆ userfs_manager_server_exec()

void userfs_manager_server_exec ( void * arg)
static

Definition at line 37 of file userfs_manager.cpp.

Referenced by userfs_manager_rpc_init().

Here is the call graph for this function:

◆ userfs_manager_rpc_init()

void userfs_manager_rpc_init ( )
static

Definition at line 46 of file userfs_manager.cpp.

Referenced by MOS_INIT().

Here is the call graph for this function:

◆ MOS_INIT()

MOS_INIT ( KTHREAD ,
userfs_manager_rpc_init  )
Here is the call graph for this function: