RTEMS  5.1
Functions
msdos_create.c File Reference

Create a new MSDOS FileSystem node. More...

#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <rtems/libio_.h>
#include <time.h>
#include "fat.h"
#include "fat_fat_operations.h"
#include "fat_file.h"
#include "msdos.h"

Functions

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...
 

Detailed Description

Create a new MSDOS FileSystem node.