WIP FPC-III support
[linux/fpc-iii.git] / Documentation / filesystems / api-summary.rst
bloba94f17d9b8365fddc44eb32df1fc50507e908577
1 =============================
2 Linux Filesystems API summary
3 =============================
5 This section contains API-level documentation, mostly taken from the source
6 code itself.
8 The Linux VFS
9 =============
11 The Filesystem types
12 --------------------
14 .. kernel-doc:: include/linux/fs.h
15    :internal:
17 The Directory Cache
18 -------------------
20 .. kernel-doc:: fs/dcache.c
21    :export:
23 .. kernel-doc:: include/linux/dcache.h
24    :internal:
26 Inode Handling
27 --------------
29 .. kernel-doc:: fs/inode.c
30    :export:
32 .. kernel-doc:: fs/bad_inode.c
33    :export:
35 Registration and Superblocks
36 ----------------------------
38 .. kernel-doc:: fs/super.c
39    :export:
41 File Locks
42 ----------
44 .. kernel-doc:: fs/locks.c
45    :export:
47 .. kernel-doc:: fs/locks.c
48    :internal:
50 Other Functions
51 ---------------
53 .. kernel-doc:: fs/mpage.c
54    :export:
56 .. kernel-doc:: fs/namei.c
57    :export:
59 .. kernel-doc:: fs/buffer.c
60    :export:
62 .. kernel-doc:: block/bio.c
63    :export:
65 .. kernel-doc:: fs/seq_file.c
66    :export:
68 .. kernel-doc:: fs/filesystems.c
69    :export:
71 .. kernel-doc:: fs/fs-writeback.c
72    :export:
74 .. kernel-doc:: fs/block_dev.c
75    :export:
77 .. kernel-doc:: fs/anon_inodes.c
78    :export:
80 .. kernel-doc:: fs/attr.c
81    :export:
83 .. kernel-doc:: fs/d_path.c
84    :export:
86 .. kernel-doc:: fs/dax.c
87    :export:
89 .. kernel-doc:: fs/libfs.c
90    :export:
92 .. kernel-doc:: fs/posix_acl.c
93    :export:
95 .. kernel-doc:: fs/stat.c
96    :export:
98 .. kernel-doc:: fs/sync.c
99    :export:
101 .. kernel-doc:: fs/xattr.c
102    :export:
104 The proc filesystem
105 ===================
107 sysctl interface
108 ----------------
110 .. kernel-doc:: kernel/sysctl.c
111    :export:
113 proc filesystem interface
114 -------------------------
116 .. kernel-doc:: fs/proc/base.c
117    :internal:
119 Events based on file descriptors
120 ================================
122 .. kernel-doc:: fs/eventfd.c
123    :export:
125 The Filesystem for Exporting Kernel Objects
126 ===========================================
128 .. kernel-doc:: fs/sysfs/file.c
129    :export:
131 .. kernel-doc:: fs/sysfs/symlink.c
132    :export:
134 The debugfs filesystem
135 ======================
137 debugfs interface
138 -----------------
140 .. kernel-doc:: fs/debugfs/inode.c
141    :export:
143 .. kernel-doc:: fs/debugfs/file.c
144    :export: