kos_sys
0.1.0
In kos_
sys::
os::
fs
Structs
dirent_t
vfs_handler_t
Constants
FILEHND_INVALID
O_ASYNC
O_DIR
O_META
O_MODE_MASK
SEEK_CUR
SEEK_END
SEEK_SET
STAT_ATTR_NONE
STAT_ATTR_R
STAT_ATTR_RW
STAT_ATTR_W
STAT_TYPE_DIR
STAT_TYPE_FILE
STAT_TYPE_META
STAT_TYPE_NONE
STAT_TYPE_PIPE
STAT_TYPE_SYMLINK
STAT_UNIQUE_NONE
Statics
fd_table
Functions
fs_chdir
fs_close
fs_complete
fs_copy
fs_dup
fs_dup2
fs_fcntl
fs_fstat
fs_get_handle
fs_get_handler
fs_getwd
fs_init
fs_ioctl
fs_link
fs_load
fs_mkdir
fs_mmap
fs_normalize_path
fs_open
fs_open_handle
fs_path_append
fs_read
fs_readdir
fs_readlink
fs_rename
fs_rewinddir
fs_rmdir
fs_seek
fs_seek64
fs_shutdown
fs_stat
fs_symlink
fs_tell
fs_tell64
fs_total
fs_total64
fs_unlink
fs_write
Type Aliases
file_t
kos_sys
::
os
::
fs
Function
fs_open
Copy item path
Settings
Help
Summary
Source
pub unsafe extern "C" fn fs_open( fn: *const
c_char
, mode:
c_int
, ) ->
file_t