mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:56:59 +08:00
rfs: Doxygen group cannot have a dash in it
Change rtems-rfs to rtems_rfs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Bitmap Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Block Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Buffer Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* RTEMS File Systems Buffer Routines for the RTEMS libblock BD buffer cache.
|
||||
*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Buffer Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Buffer Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Directory Hash function
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
|
||||
#if HAVE_CONFIG_H
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Directory Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* 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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Open
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* Open the file system by reading the superblock and then the group data.
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems File Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* These functions manage files.
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Format
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* Format the file system ready for use.
|
||||
*/
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Group Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* These functions open and close a group as well as manage bit allocations
|
||||
* within a group.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Inode Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* These functions manage inodes in the RFS file system. An inode is part of a
|
||||
* block that reside after the bitmaps in the group.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Link Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* 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.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File System Mutex
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
/*
|
||||
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS RFS Device Interface
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* This file contains the set of handlers used to map operations on RFS device
|
||||
* nodes onto calls to the RTEMS Classic API IO Manager.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS RFS Directory Access Routines
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
/*
|
||||
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS RFS File Handlers
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*
|
||||
* This file contains the set of handlers used to process operations on
|
||||
* RFS file nodes.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief Set of Utility Functions to Support RTEMS RFS on RTEMS
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File System Interface for RTEMS
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Shell Commands Support
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @file
|
||||
*
|
||||
* @brief RTEMS File Systems Trace Support
|
||||
* @ingroup rtems-rfs
|
||||
* @ingroup rtems_rfs
|
||||
*/
|
||||
/*
|
||||
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
Reference in New Issue
Block a user