summaryrefslogtreecommitdiff
path: root/cpukit/libfs/src/rfs
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-block.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-buffer.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-dir.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-format.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-group.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-inode.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-link.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-mutex.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-rtems.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-shell.c3
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-trace.c3
21 files changed, 42 insertions, 21 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
index 7d3556f9aa..7973e85083 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS File Systems Bitmap Routines
* @ingroup rtems_rfs
*
+ * @brief RTEMS File Systems Bitmap Routines
+ *
* These functions manage bit maps. A bit map consists of the map of bit
* allocated in a block and a search map where a bit represents 32 actual
* bits. The search map allows for a faster search for an available bit as 32
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-block.c b/cpukit/libfs/src/rfs/rtems-rfs-block.c
index da84d0b56f..5dc8634818 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-block.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-block.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Block Routines
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Block Routines
*
* These functions manage blocks in the RFS file system. A block is an area of
* the media and its size is set for a each specific media. The block size is
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
index 11513bfbfa..b1b6027b83 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-bdbuf.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS File Systems Buffer Routines
* @ingroup rtems_rfs
*
+ * @brief RTEMS File Systems Buffer Routines
+ *
* RTEMS File Systems Buffer Routines for the RTEMS libblock BD buffer cache.
*
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
index 4537eaf985..0f5931141a 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer-devio.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Buffer Routines
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Buffer Routines
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
index e5e5e7dad9..814de10dbe 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-buffer.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Buffer Routines
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Buffer Routines
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
index 75cbef2621..96da1a86fa 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Directory Hash function
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Directory Hash function
*/
#ifdef HAVE_CONFIG_H
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
index 09e8782ffc..227fda3b91 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-dir.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS File Systems Directory Routines
* @ingroup rtems_rfs
*
+ * @brief RTEMS File Systems Directory Routines
+ *
* These functions manage blocks in the directory format. A directory entry is
* a variable length record in the block. The entry consists of a length, hash
* and the string. The length allows the next entry to be located and the hash
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
index 6089bf2d14..11ce9f353c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Open
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Open
*
* Open the file system by reading the superblock and then the group data.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file.c b/cpukit/libfs/src/rfs/rtems-rfs-file.c
index 897cdc1bea..b59768defd 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS File Systems File Routines
* @ingroup rtems_rfs
*
+ * @brief RTEMS File Systems File Routines
+ *
* These functions manage files.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-format.c b/cpukit/libfs/src/rfs/rtems-rfs-format.c
index 82387538b4..9acf152061 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-format.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-format.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Format
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Format
*
* Format the file system ready for use.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-group.c b/cpukit/libfs/src/rfs/rtems-rfs-group.c
index 1405f2afa3..5f2808f166 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-group.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-group.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS File Systems Group Routines
* @ingroup rtems_rfs
*
+ * @brief RTEMS File Systems Group Routines
+ *
* These functions open and close a group as well as manage bit allocations
* within a group.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-inode.c b/cpukit/libfs/src/rfs/rtems-rfs-inode.c
index 8124b399a2..644042eb8c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-inode.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-inode.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS File Systems Inode Routines
* @ingroup rtems_rfs
*
+ * @brief RTEMS File Systems Inode Routines
+ *
* These functions manage inodes in the RFS file system. An inode is part of a
* block that reside after the bitmaps in the group.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-link.c b/cpukit/libfs/src/rfs/rtems-rfs-link.c
index 9689a56b09..5a8c70188b 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-link.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-link.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Link Routines
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Link Routines
*
* These functions manage links. A link is the addition of a directory entry
* in a parent directory and incrementing the links count in the inode.
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-mutex.c b/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
index f05c3e3155..34d0dbabec 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-mutex.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File System Mutex
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File System Mutex
*/
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
index 1f28fa9b38..0f31a54fe2 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dev.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS RFS Device Interface
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS RFS Device Interface
*
* This file contains the set of handlers used to map operations on RFS device
* nodes onto calls to the RTEMS Classic API IO Manager.
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
index 38e8f3764b..d1d28f5185 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-dir.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS RFS Directory Access Routines
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS RFS Directory Access Routines
*/
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
index 8d94f1c909..2c406cee5b 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-file.c
@@ -1,9 +1,10 @@
/**
* @file
*
- * @brief RTEMS RFS File Handlers
* @ingroup rtems_rfs
*
+ * @brief RTEMS RFS File Handlers
+ *
* This file contains the set of handlers used to process operations on
* RFS file nodes.
*/
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
index 61ea42caeb..9db46fa902 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems-utils.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Set of Utility Functions to Support RTEMS RFS on RTEMS
* @ingroup rtems_rfs
+ *
+ * @brief Set of Utility Functions to Support RTEMS RFS on RTEMS
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
index c4d3c06067..35db9eeca1 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File System Interface for RTEMS
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File System Interface for RTEMS
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.c b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
index a3ad6b24d1..81d2d06037 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-shell.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Shell Commands Support
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Shell Commands Support
*/
/*
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-trace.c b/cpukit/libfs/src/rfs/rtems-rfs-trace.c
index f2cc2dbae2..b064898074 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-trace.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-trace.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief RTEMS File Systems Trace Support
* @ingroup rtems_rfs
+ *
+ * @brief RTEMS File Systems Trace Support
*/
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>