RTEMS CPU Kit with SuperCore
Functions
dir-rtems.c File Reference
#include <linux/kernel.h>
#include <linux/crc32.h>
#include "nodelist.h"
Include dependency graph for dir-rtems.c:

Functions

struct _inodejffs2_lookup (struct _inode *dir_i, const unsigned char *name, size_t namelen)
 
int jffs2_create (struct _inode *dir_i, const char *d_name, size_t d_namelen, int mode)
 
int jffs2_unlink (struct _inode *dir_i, struct _inode *d_inode, const unsigned char *d_name, size_t d_namelen)
 
int jffs2_link (struct _inode *old_d_inode, struct _inode *dir_i, const unsigned char *d_name, size_t d_namelen)
 
int jffs2_mknod (struct _inode *dir_i, const unsigned char *d_name, size_t d_namelen, int mode, const unsigned char *data, size_t datalen)
 
int jffs2_rmdir (struct _inode *dir_i, struct _inode *d_inode, const unsigned char *d_name, size_t d_namelen)
 
int jffs2_rename (struct _inode *old_dir_i, struct _inode *d_inode, const unsigned char *old_d_name, size_t old_d_namelen, struct _inode *new_dir_i, const unsigned char *new_d_name, size_t new_d_namelen)