|
RTEMS_INLINE_ROUTINE void | msdos_fs_lock (msdos_fs_info_t *fs_info) |
|
RTEMS_INLINE_ROUTINE void | msdos_fs_unlock (msdos_fs_info_t *fs_info) |
|
void | msdos_shut_down (rtems_filesystem_mount_table_entry_t *temp_mt_entry) |
| Shut down the MSDOS filesystem. More...
|
|
void | msdos_eval_path (rtems_filesystem_eval_path_context_t *ctx) |
|
void | msdos_free_node_info (const rtems_filesystem_location_info_t *pathloc) |
| Call the Fat-File close routine. More...
|
|
int | msdos_mknod (const rtems_filesystem_location_info_t *loc, const char *name, size_t namelen, mode_t mode, dev_t dev) |
| Routine for node creation in a MSDOS filesystem. More...
|
|
int | msdos_rmnod (const rtems_filesystem_location_info_t *parentloc, const rtems_filesystem_location_info_t *loc) |
| Remove node from MSDOS directory. More...
|
|
int | msdos_rename (const rtems_filesystem_location_info_t *old_parent_loc, const rtems_filesystem_location_info_t *old_loc, const rtems_filesystem_location_info_t *new_parent_loc, const char *new_name, size_t new_namelen) |
| Rename a MSDOS filesystem node. More...
|
|
int | msdos_statvfs (const rtems_filesystem_location_info_t *root_loc, struct statvfs *sb) |
|
void | msdos_lock (const rtems_filesystem_mount_table_entry_t *mt_entry) |
|
void | msdos_unlock (const rtems_filesystem_mount_table_entry_t *mt_entry) |
|
int | msdos_initialize_support (rtems_filesystem_mount_table_entry_t *temp_mt_entry, const rtems_filesystem_operations_table *op_table, const rtems_filesystem_file_handlers_r *file_handlers, const rtems_filesystem_file_handlers_r *directory_handlers, rtems_dosfs_convert_control *converter) |
| MSDOS filesystem initialization routine. More...
|
|
ssize_t | msdos_file_read (rtems_libio_t *iop, void *buffer, size_t count) |
|
ssize_t | msdos_file_write (rtems_libio_t *iop, const void *buffer, size_t count) |
|
int | msdos_file_stat (const rtems_filesystem_location_info_t *loc, struct stat *buf) |
|
int | msdos_file_ftruncate (rtems_libio_t *iop, off_t length) |
|
int | msdos_file_sync (rtems_libio_t *iop) |
|
ssize_t | msdos_dir_read (rtems_libio_t *iop, void *buffer, size_t count) |
|
int | msdos_dir_sync (rtems_libio_t *iop) |
|
int | msdos_dir_stat (const rtems_filesystem_location_info_t *loc, struct stat *buf) |
|
int | msdos_creat_node (const rtems_filesystem_location_info_t *parent_loc, fat_file_type_t type, const char *name, int name_len, mode_t mode, const fat_file_fd_t *link_fd) |
| Implements wake up version of the "signal" operation. More...
|
|
int | msdos_find_name (rtems_filesystem_location_info_t *parent_loc, const char *name, int name_len) |
|
int | msdos_get_name_node (const rtems_filesystem_location_info_t *parent_loc, bool create_node, const char *name, int name_len, msdos_name_type_t name_type, fat_dir_pos_t *dir_pos, char *name_dir_entry) |
|
int | msdos_dir_info_remove (rtems_filesystem_location_info_t *pathloc) |
|
ssize_t | msdos_format_dirent_with_dot (char *dst, const char *src) |
|
msdos_name_type_t | msdos_long_to_short (rtems_dosfs_convert_control *converter, const char *lfn, int lfn_len, char *sfn, int sfn_len) |
|
ssize_t | msdos_filename_utf8_to_short_name_for_compare (rtems_dosfs_convert_control *converter, const uint8_t *utf8_name, const size_t utf8_name_size, void *short_name, const size_t short_name_size) |
|
ssize_t | msdos_filename_utf8_to_short_name_for_save (rtems_dosfs_convert_control *converter, const uint8_t *utf8_name, const size_t utf8_name_size, void *short_name, const size_t short_name_size) |
|
ssize_t | msdos_filename_utf8_to_long_name_for_compare (rtems_dosfs_convert_control *converter, const uint8_t *utf8_name, const size_t utf8_name_size, uint8_t *long_name, const size_t long_name_size) |
|
ssize_t | msdos_filename_utf8_to_long_name_for_save (rtems_dosfs_convert_control *converter, const uint8_t *utf8_name, const size_t utf8_name_size, uint16_t *long_name, const size_t long_name_size) |
|
ssize_t | msdos_get_utf16_string_from_long_entry (const char *entry, uint16_t *entry_string_buf, const size_t buf_size, bool is_first_entry) |
|
void | msdos_date_unix2dos (unsigned int tsp, uint16_t *ddp, uint16_t *dtp) |
|
unsigned int | msdos_date_dos2unix (unsigned int dd, unsigned int dt) |
|
int | msdos_set_first_char4file_name (rtems_filesystem_mount_table_entry_t *mt_entry, fat_dir_pos_t *dir_pos, unsigned char first_char) |
|
int | msdos_dir_is_empty (rtems_filesystem_mount_table_entry_t *mt_entry, fat_file_fd_t *fat_fd, bool *ret_val) |
|
int | msdos_find_name_in_fat_file (rtems_filesystem_mount_table_entry_t *mt_entry, fat_file_fd_t *fat_fd, bool create_node, const uint8_t *name_utf8, int name_len, msdos_name_type_t name_type, fat_dir_pos_t *dir_pos, char *name_dir_entry) |
|
int | msdos_find_node_by_cluster_num_in_fat_file (rtems_filesystem_mount_table_entry_t *mt_entry, fat_file_fd_t *fat_fd, uint32_t cl4find, fat_dir_pos_t *dir_pos, char *dir_entry) |
|
int | msdos_get_dotdot_dir_info_cluster_num_and_offset (rtems_filesystem_mount_table_entry_t *mt_entry, uint32_t cln, fat_dir_pos_t *dir_pos, char *dir_entry) |
|
int | msdos_sync (rtems_libio_t *iop) |
|
uint8_t | msdos_lfn_checksum (const void *entry) |
|