|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
Go to the source code of this file.
Data Structures | |
| struct | both_u32 |
| struct | both_u16 |
| struct | iso9660_pvd |
| struct | iso9660_path_table_entry |
| struct | iso9660_dir_time |
| struct | iso9660_dir |
Macros | |
| #define | iOS9660_DIR_FLAG (1 << 1) |
| #define | iOS9660_ASSOCIATED_FILE_FLAG (1 << 2) |
Functions | |
| struct iso9660_pvd | __attribute__ ((packed)) |
| fs_operations_t * | iso9660_fs_operations (void) |
| vops_file_t * | iso9660_file_operations (void) |
| vops_lnk_t * | iso9660_lnk_operations (void) |
| int | iso9660_lookup (struct fs_instance *instance, char *path, dentry_ptr parent, dentry_ptr *out) |
| int | iso9660_read (vnode_t *vnode, void *buf, size_t len, size_t offset) |
| int | iso9660_readlink (vnode_t *vnode, char *buf, size_t len) |
| #define iOS9660_DIR_FLAG (1 << 1) |
Definition at line 118 of file iso9660.h.
Referenced by iso9660_lookup().
| struct iso9660_pvd __attribute__ | ( | (packed) | ) |
| vops_file_t * iso9660_file_operations | ( | void | ) |
Definition at line 432 of file iso9660.c.
References _file_ops, and iso9660_read().
Referenced by iso9660_lookup().
| fs_operations_t * iso9660_fs_operations | ( | void | ) |
Definition at line 437 of file iso9660.c.
References _fs_ops, and iso9660_lookup().
Referenced by INIT().
| vops_lnk_t * iso9660_lnk_operations | ( | void | ) |
Definition at line 442 of file iso9660.c.
References _lnk_ops, and iso9660_readlink().
Referenced by iso9660_lookup().
| int iso9660_lookup | ( | struct fs_instance * | instance, |
| char * | path, | ||
| dentry_ptr | parent, | ||
| dentry_ptr * | out ) |
Definition at line 140 of file iso9660.c.
References base, create_and_attach_vnode(), iso9660_internal_data::extent, iso9660_internal_data::flags, instance, iOS9660_DIR_FLAG, iso9660_file_operations(), iso9660_get_rr_name(), iso9660_get_rr_symlink(), iso9660_lnk_operations(), kalloc(), kfree2(), LOG2_ERROR, LOG2_INFO, LOG2_WARN, LOG_DEBUG, LOG_WARN, memcmp(), memcopy(), name, name_len, offset, ops, parent, path, ptr, serial2_printf(), iso9660_internal_data::size, str(), strlen(), strncmp(), to_lowercase(), VFS_OK, VNODE_TYPE_DIR, VNODE_TYPE_FILE, and VNODE_TYPE_LNK.
Referenced by iso9660_fs_operations().
Definition at line 389 of file iso9660.c.
References fs_instance::block_dentry, vnode::fs_instance, len, LOG2_ERROR, offset, ops, UNUSED, dentry::vnode, and vnode::vnode_private.
Referenced by iso9660_file_operations().
Definition at line 419 of file iso9660.c.
References len, memcopy(), serial2_printf(), strlen(), and vnode::vnode_private.
Referenced by iso9660_lnk_operations().
| struct iso9660_path_table_entry __attribute__ |
| uint8_t name_len |
Definition at line 19 of file iso9660.h.
Referenced by create_process(), elf_find_symbol(), elf_gnu_lookup(), elf_resolve_external_symbol(), find_dev(), iso9660_get_rr_name(), iso9660_get_rr_symlink(), iso9660_lookup(), and notify_dev_create().