* Spaces to tabs.

* Carriage returns to simple new lines.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21627 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-07-16 21:47:13 +00:00
parent ec9f5ea799
commit ca210f74f1
2 changed files with 1943 additions and 1937 deletions

View File

@ -140,22 +140,26 @@
//! @{ //! @{
/*! /*!
\fn float (*file_system_module_info::identify_partition)(int fd, partition_data *partition, void **cookie) \fn float (*file_system_module_info::identify_partition)(int fd,
partition_data *partition, void **cookie)
\brief Undocumented. TODO. \brief Undocumented. TODO.
*/ */
/*! /*!
\fn status_t (*file_system_module_info::scan_partition)(int fd, partition_data *partition, void *cookie) \fn status_t (*file_system_module_info::scan_partition)(int fd,
partition_data *partition, void *cookie)
\brief Undocumented. TODO. \brief Undocumented. TODO.
*/ */
/*! /*!
\fn void (*file_system_module_info::free_identify_partition_cookie)(partition_data *partition, void *cookie) \fn void (*file_system_module_info::free_identify_partition_cookie)(
partition_data *partition, void *cookie)
\brief Undocumented. TODO. \brief Undocumented. TODO.
*/ */
/*! /*!
\fn void (*file_system_module_info::free_partition_content_cookie)(partition_data *partition) \fn void (*file_system_module_info::free_partition_content_cookie)(
partition_data *partition)
\brief Undocumented. TODO. \brief Undocumented. TODO.
*/ */
@ -248,8 +252,8 @@
*/ */
/*! /*!
\fn status_t (*file_system_module_info::write_fs_info)(fs_volume fs, const \fn status_t (*file_system_module_info::write_fs_info)(fs_volume fs,
struct fs_info *info, uint32 mask) const struct fs_info *info, uint32 mask)
\brief Update filesystem information on the volume. \brief Update filesystem information on the volume.
You are requested to update certain information on the volume \a fs. The You are requested to update certain information on the volume \a fs. The
@ -398,7 +402,8 @@
//! @{ //! @{
/*! /*!
\fn bool (*file_system_module_info::can_page)(fs_volume fs, fs_vnode vnode, fs_cookie cookie) \fn bool (*file_system_module_info::can_page)(fs_volume fs, fs_vnode vnode,
fs_cookie cookie)
\brief Undocumented. TODO. \brief Undocumented. TODO.
TODO: In both the dos and the bfs implementations this thing simply returns TODO: In both the dos and the bfs implementations this thing simply returns
@ -471,8 +476,8 @@
*/ */
/*! /*!
\fn status_t (*file_system_module_info::set_flags)(fs_volume fs, fs_vnode \fn status_t (*file_system_module_info::set_flags)(fs_volume fs,
vnode, fs_cookie cookie, int flags) fs_vnode vnode, fs_cookie cookie, int flags)
\brief Set the open mode flags for an opened file. \brief Set the open mode flags for an opened file.
This function should change the open flags for an opened file. This function should change the open flags for an opened file.
@ -508,8 +513,8 @@
*/ */
/*! /*!
\fn status_t (*file_system_module_info::deselect)(fs_volume fs, fs_vnode vnode, fs_cookie cookie, \fn status_t (*file_system_module_info::deselect)(fs_volume fs, fs_vnode vnode,
uint8 event, selectsync *sync) fs_cookie cookie, uint8 event, selectsync *sync)
\brief Deselects the specified \a vnode from a previous select() call. \brief Deselects the specified \a vnode from a previous select() call.
This function is called by the VFS whenever a select() or poll() function This function is called by the VFS whenever a select() or poll() function
@ -608,8 +613,9 @@
*/ */
/*! /*!
\fn status_t (*file_system_module_info::rename)(fs_volume fs, fs_vnode \fn status_t (*file_system_module_info::rename)(fs_volume fs,
fromDir, const char *fromName, fs_vnode toDir, const char *toName) fs_vnode fromDir, const char *fromName, fs_vnode toDir,
const char *toName)
\brief Rename and/or relocate a vnode. \brief Rename and/or relocate a vnode.
The virtual file system merely relays the request, so make sure the user is The virtual file system merely relays the request, so make sure the user is
@ -684,8 +690,8 @@
*/ */
/*! /*!
\fn status_t (*file_system_module_info::write_stat)(fs_volume fs, fs_vnode \fn status_t (*file_system_module_info::write_stat)(fs_volume fs,
vnode, const struct stat *stat, uint32 statMask) fs_vnode vnode, const struct stat *stat, uint32 statMask)
\brief Update the stats for a vnode. \brief Update the stats for a vnode.
You should make sure that the new values are valid and that the user has the You should make sure that the new values are valid and that the user has the