RTEMS 6.1-rc1
rtems-rfs-link.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-2-Clause */
2
15/*
16 * COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
17 *
18 * Redistribution and use in source and binary forms, with or without
19 * modification, are permitted provided that the following conditions
20 * are met:
21 * 1. Redistributions of source code must retain the above copyright
22 * notice, this list of conditions and the following disclaimer.
23 * 2. Redistributions in binary form must reproduce the above copyright
24 * notice, this list of conditions and the following disclaimer in the
25 * documentation and/or other materials provided with the distribution.
26 *
27 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
31 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 * POSSIBILITY OF SUCH DAMAGE.
38 */
39
40
41#if !defined (_RTEMS_RFS_LINK_H_)
42#define _RTEMS_RFS_LINK_H_
43
44#include <dirent.h>
45
48
53{
58
75 const char* name,
76 int length,
77 rtems_rfs_ino parent,
78 rtems_rfs_ino target,
79 bool link_dir);
80
96 rtems_rfs_ino parent,
97 rtems_rfs_ino target,
98 uint32_t doff,
99 rtems_rfs_unlink_dir dir_mode);
100
116 const char* name,
117 int length,
118 const char* link,
119 int link_length,
120 uid_t uid,
121 gid_t gid,
122 rtems_rfs_ino parent);
123
139 char* path,
140 size_t size,
141 size_t* length);
142
143#endif
RTEMS File System Data.
RTEMS File System Information Node.
uint32_t rtems_rfs_ino
Definition: rtems-rfs-inode.h:97
Definition: rtems-rfs-file-system.h:135
unsigned size
Definition: tte.h:1