diff options
| author | Randy Dunlap <rdunlap@xenotime.net> | 2006-09-29 04:59:10 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 12:18:06 -0400 |
| commit | 5b217fa75c3aea381f1f5fa7ff09e7b4019ea374 (patch) | |
| tree | 52a0c5017ffbd8dc99802c48a9fa57ca32775038 | |
| parent | 4c78a6639386f9e7399fbc0d0a173d4cc1a3e9bf (diff) | |
[PATCH] kernel-doc: move filesystems together
Move all VFS + filesystem docs together.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | Documentation/DocBook/kernel-api.tmpl | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/Documentation/DocBook/kernel-api.tmpl b/Documentation/DocBook/kernel-api.tmpl index ea6f375475b8..bb2cc688ba15 100644 --- a/Documentation/DocBook/kernel-api.tmpl +++ b/Documentation/DocBook/kernel-api.tmpl | |||
| @@ -181,6 +181,38 @@ X!Ilib/string.c | |||
| 181 | </sect1> | 181 | </sect1> |
| 182 | </chapter> | 182 | </chapter> |
| 183 | 183 | ||
| 184 | <chapter id="vfs"> | ||
| 185 | <title>The Linux VFS</title> | ||
| 186 | <sect1><title>The Filesystem types</title> | ||
| 187 | !Iinclude/linux/fs.h | ||
| 188 | </sect1> | ||
| 189 | <sect1><title>The Directory Cache</title> | ||
| 190 | !Efs/dcache.c | ||
| 191 | !Iinclude/linux/dcache.h | ||
| 192 | </sect1> | ||
| 193 | <sect1><title>Inode Handling</title> | ||
| 194 | !Efs/inode.c | ||
| 195 | !Efs/bad_inode.c | ||
| 196 | </sect1> | ||
| 197 | <sect1><title>Registration and Superblocks</title> | ||
| 198 | !Efs/super.c | ||
| 199 | </sect1> | ||
| 200 | <sect1><title>File Locks</title> | ||
| 201 | !Efs/locks.c | ||
| 202 | !Ifs/locks.c | ||
| 203 | </sect1> | ||
| 204 | <sect1><title>Other Functions</title> | ||
| 205 | !Efs/mpage.c | ||
| 206 | !Efs/namei.c | ||
| 207 | !Efs/buffer.c | ||
| 208 | !Efs/bio.c | ||
| 209 | !Efs/seq_file.c | ||
| 210 | !Efs/filesystems.c | ||
| 211 | !Efs/fs-writeback.c | ||
| 212 | !Efs/block_dev.c | ||
| 213 | </sect1> | ||
| 214 | </chapter> | ||
| 215 | |||
| 184 | <chapter id="proc"> | 216 | <chapter id="proc"> |
| 185 | <title>The proc filesystem</title> | 217 | <title>The proc filesystem</title> |
| 186 | 218 | ||
| @@ -193,6 +225,13 @@ X!Ilib/string.c | |||
| 193 | </sect1> | 225 | </sect1> |
| 194 | </chapter> | 226 | </chapter> |
| 195 | 227 | ||
| 228 | <chapter id="sysfs"> | ||
| 229 | <title>The Filesystem for Exporting Kernel Objects</title> | ||
| 230 | !Efs/sysfs/file.c | ||
| 231 | !Efs/sysfs/symlink.c | ||
| 232 | !Efs/sysfs/bin.c | ||
| 233 | </chapter> | ||
| 234 | |||
| 196 | <chapter id="debugfs"> | 235 | <chapter id="debugfs"> |
| 197 | <title>The debugfs filesystem</title> | 236 | <title>The debugfs filesystem</title> |
| 198 | 237 | ||
| @@ -218,38 +257,6 @@ X!Ilib/string.c | |||
| 218 | </sect1> | 257 | </sect1> |
| 219 | </chapter> | 258 | </chapter> |
| 220 | 259 | ||
| 221 | <chapter id="vfs"> | ||
| 222 | <title>The Linux VFS</title> | ||
| 223 | <sect1><title>The Filesystem types</title> | ||
| 224 | !Iinclude/linux/fs.h | ||
| 225 | </sect1> | ||
| 226 | <sect1><title>The Directory Cache</title> | ||
| 227 | !Efs/dcache.c | ||
| 228 | !Iinclude/linux/dcache.h | ||
| 229 | </sect1> | ||
| 230 | <sect1><title>Inode Handling</title> | ||
| 231 | !Efs/inode.c | ||
| 232 | !Efs/bad_inode.c | ||
| 233 | </sect1> | ||
| 234 | <sect1><title>Registration and Superblocks</title> | ||
| 235 | !Efs/super.c | ||
| 236 | </sect1> | ||
| 237 | <sect1><title>File Locks</title> | ||
| 238 | !Efs/locks.c | ||
| 239 | !Ifs/locks.c | ||
| 240 | </sect1> | ||
| 241 | <sect1><title>Other Functions</title> | ||
| 242 | !Efs/mpage.c | ||
| 243 | !Efs/namei.c | ||
| 244 | !Efs/buffer.c | ||
| 245 | !Efs/bio.c | ||
| 246 | !Efs/seq_file.c | ||
| 247 | !Efs/filesystems.c | ||
| 248 | !Efs/fs-writeback.c | ||
| 249 | !Efs/block_dev.c | ||
| 250 | </sect1> | ||
| 251 | </chapter> | ||
| 252 | |||
| 253 | <chapter id="netcore"> | 260 | <chapter id="netcore"> |
| 254 | <title>Linux Networking</title> | 261 | <title>Linux Networking</title> |
| 255 | <sect1><title>Networking Base Types</title> | 262 | <sect1><title>Networking Base Types</title> |
| @@ -365,13 +372,6 @@ X!Earch/i386/kernel/mca.c | |||
| 365 | </sect1> | 372 | </sect1> |
| 366 | </chapter> | 373 | </chapter> |
| 367 | 374 | ||
| 368 | <chapter id="sysfs"> | ||
| 369 | <title>The Filesystem for Exporting Kernel Objects</title> | ||
| 370 | !Efs/sysfs/file.c | ||
| 371 | !Efs/sysfs/symlink.c | ||
| 372 | !Efs/sysfs/bin.c | ||
| 373 | </chapter> | ||
| 374 | |||
| 375 | <chapter id="security"> | 375 | <chapter id="security"> |
| 376 | <title>Security Framework</title> | 376 | <title>Security Framework</title> |
| 377 | !Esecurity/security.c | 377 | !Esecurity/security.c |
