RTEMS  5.1
rtems-rfs-link.h
Go to the documentation of this file.
1 
13 /*
14  * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
15  *
16  * The license and distribution terms for this file may be
17  * found in the file LICENSE in this distribution or at
18  * http://www.rtems.org/license/LICENSE.
19  */
20 
21 
22 #if !defined (_RTEMS_RFS_LINK_H_)
23 #define _RTEMS_RFS_LINK_H_
24 
25 #include <dirent.h>
26 
29 
34 {
39 
56  const char* name,
57  int length,
58  rtems_rfs_ino parent,
59  rtems_rfs_ino target,
60  bool link_dir);
61 
77  rtems_rfs_ino parent,
78  rtems_rfs_ino target,
79  uint32_t doff,
80  rtems_rfs_unlink_dir dir_mode);
81 
97  const char* name,
98  int length,
99  const char* link,
100  int link_length,
101  uid_t uid,
102  gid_t gid,
103  rtems_rfs_ino parent);
104 
120  char* path,
121  size_t size,
122  size_t* length);
123 
124 #endif
RTEMS File System Data.
Definition: rtems-rfs-file-system.h:123
uint32_t rtems_rfs_ino
Definition: rtems-rfs-inode.h:78
RTEMS File System Information Node.
unsigned size
Definition: tte.h:74