#include <service_fs.h>
Public Member Functions |
| File (FsProtocol &fs_o, cap_sel file) |
unsigned | get_info (Utcb &utcb, dirent &dirent) |
unsigned | copy (Utcb &utcb, void *addr, unsigned long addr_size, unsigned long long file_offset=0) |
unsigned | map (Utcb &utcb, unsigned long addr, unsigned order, unsigned offset, unsigned &size) |
unsigned | write (Utcb &utcb, void const *addr_void, unsigned long region_size) |
Constructor & Destructor Documentation
Member Function Documentation
unsigned FsProtocol::File::copy |
( |
Utcb & |
utcb, |
|
|
void * |
addr, |
|
|
unsigned long |
addr_size, |
|
|
unsigned long long |
file_offset = 0 |
|
) |
| |
|
inline |
unsigned FsProtocol::File::get_info |
( |
Utcb & |
utcb, |
|
|
dirent & |
dirent |
|
) |
| |
|
inline |
unsigned FsProtocol::File::map |
( |
Utcb & |
utcb, |
|
|
unsigned long |
addr, |
|
|
unsigned |
order, |
|
|
unsigned |
offset, |
|
|
unsigned & |
size |
|
) |
| |
|
inline |
unsigned FsProtocol::File::write |
( |
Utcb & |
utcb, |
|
|
void const * |
addr_void, |
|
|
unsigned long |
region_size |
|
) |
| |
|
inline |
Member Data Documentation
const char* FsProtocol::File::name |
unsigned long FsProtocol::File::name_len |
The documentation for this struct was generated from the following file: