~ubuntu-branches/ubuntu/precise/util-linux/precise

« back to all changes in this revision

Viewing changes to libmount/docs/libmount-sections.txt

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2011-12-16 22:53:42 UTC
  • mfrom: (1.6.4) (4.5.5 sid)
  • Revision ID: package-import@ubuntu.com-20111216225342-206wz4bhvutyvx0d
Tags: 2.20.1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Build for multiarch.
  - Add pre-depends on multiarch-support.
  - configure.ac: don't try to be clever about extracting a path name from
    $libdir to append to /usr in a way that's not overridable; instead,
    reuse the built-in configurable libexecdir.
  - Fix up the .pc.in files to know about libexecdir, so our substitutions
    don't leave us with unusable pkg-config files.
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.
  - Since upstart is required in Ubuntu, the hwclock.sh init script is not
    called on startup and the hwclockfirst.sh init script is removed.
  - Drop depends on initscripts for the above.
  - Replace hwclock udev rule with an Upstart job.
  - For the case where mount is called with a directory to mount, look
    that directory up in mountall's /lib/init/fstab if we couldn't find
    it mentioned anywhere else.  This means "mount /proc", "mount /sys",
    etc. work.
  - mount.8 points to the cifs-utils package, not the obsolete smbfs one. 
  - Use canonicalize_spec in getmntdevbackward. proc should not be
    interpreted as a non-canonical-path.
* Dropped changes, superseded upstream:
  - shlibs/mount/src/tab_update.c: don't refuse to update mtab when source
    is 'none'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<SECTION>
 
2
<FILE>cache</FILE>
 
3
libmnt_cache
 
4
mnt_new_cache
 
5
mnt_free_cache
 
6
mnt_cache_device_has_tag
 
7
mnt_cache_find_tag_value
 
8
mnt_cache_read_tags
 
9
mnt_get_fstype
 
10
mnt_pretty_path
 
11
mnt_resolve_path
 
12
mnt_resolve_spec
 
13
mnt_resolve_tag
 
14
</SECTION>
 
15
 
 
16
<SECTION>
 
17
<FILE>context</FILE>
 
18
libmnt_context
 
19
mnt_free_context
 
20
mnt_new_context
 
21
mnt_reset_context
 
22
mnt_context_append_options
 
23
mnt_context_apply_fstab
 
24
mnt_context_disable_canonicalize
 
25
mnt_context_disable_helpers
 
26
mnt_context_disable_mtab
 
27
mnt_context_enable_fake
 
28
mnt_context_enable_force
 
29
mnt_context_enable_lazy
 
30
mnt_context_enable_loopdel
 
31
mnt_context_enable_rdonly_umount
 
32
mnt_context_enable_sloppy
 
33
mnt_context_enable_verbose
 
34
mnt_context_get_cache
 
35
mnt_context_get_fs
 
36
mnt_context_get_fstab
 
37
mnt_context_get_fstype
 
38
mnt_context_get_lock
 
39
mnt_context_get_mflags
 
40
mnt_context_get_mtab
 
41
mnt_context_get_optsmode
 
42
mnt_context_get_source
 
43
mnt_context_get_status
 
44
mnt_context_get_table
 
45
mnt_context_get_target
 
46
mnt_context_get_user_mflags
 
47
mnt_context_helper_setopt
 
48
mnt_context_init_helper
 
49
mnt_context_is_fake
 
50
mnt_context_is_force
 
51
mnt_context_is_fs_mounted
 
52
mnt_context_is_lazy
 
53
mnt_context_is_nomtab
 
54
mnt_context_is_rdonly_umount
 
55
mnt_context_is_restricted
 
56
mnt_context_is_sloppy
 
57
mnt_context_is_verbose
 
58
mnt_context_set_cache
 
59
mnt_context_set_fs
 
60
mnt_context_set_fstab
 
61
mnt_context_set_fstype
 
62
mnt_context_set_fstype_pattern
 
63
mnt_context_set_mflags
 
64
mnt_context_set_mountdata
 
65
mnt_context_set_options
 
66
mnt_context_set_options_pattern
 
67
mnt_context_set_optsmode
 
68
mnt_context_set_source
 
69
mnt_context_set_syscall_status
 
70
mnt_context_set_tables_errcb
 
71
mnt_context_set_target
 
72
mnt_context_set_user_mflags
 
73
mnt_context_strerror
 
74
</SECTION>
 
75
 
 
76
<SECTION>
 
77
<FILE>context-mount</FILE>
 
78
mnt_context_do_mount
 
79
mnt_context_finalize_mount
 
80
mnt_context_mount
 
81
mnt_context_next_mount
 
82
mnt_context_prepare_mount
 
83
<SUBSECTION>
 
84
MNT_MS_COMMENT
 
85
MNT_MS_GROUP
 
86
MNT_MS_HELPER
 
87
MNT_MS_LOOP
 
88
MNT_MS_NETDEV
 
89
MNT_MS_NOAUTO
 
90
MNT_MS_NOFAIL
 
91
MNT_MS_OFFSET
 
92
MNT_MS_OWNER
 
93
MNT_MS_SIZELIMIT
 
94
MNT_MS_UHELPER
 
95
MNT_MS_USER
 
96
MNT_MS_USERS
 
97
MNT_MS_XCOMMENT
 
98
<SUBSECTION>
 
99
MS_BIND
 
100
MS_DIRSYNC
 
101
MS_I_VERSION
 
102
MS_MANDLOCK
 
103
MS_MGC_MSK
 
104
MS_MGC_VAL
 
105
MS_MOVE
 
106
MS_NOATIME
 
107
MS_NODEV
 
108
MS_NODIRATIME
 
109
MS_NOEXEC
 
110
MS_NOSUID
 
111
MS_OWNERSECURE
 
112
MS_PRIVATE
 
113
MS_PROPAGATION
 
114
MS_RDONLY
 
115
MS_REC
 
116
MS_RELATIME
 
117
MS_REMOUNT
 
118
MS_SECURE
 
119
MS_SHARED
 
120
MS_SILENT
 
121
MS_SLAVE
 
122
MS_STRICTATIME
 
123
MS_SYNCHRONOUS
 
124
MS_UNBINDABLE
 
125
</SECTION>
 
126
 
 
127
<SECTION>
 
128
<FILE>context-umount</FILE>
 
129
mnt_context_do_umount
 
130
mnt_context_finalize_umount
 
131
mnt_context_prepare_umount
 
132
mnt_context_umount
 
133
</SECTION>
 
134
 
 
135
<SECTION>
 
136
<FILE>fs</FILE>
 
137
libmnt_fs
 
138
mnt_copy_fs
 
139
mnt_free_fs
 
140
mnt_free_mntent
 
141
mnt_fs_append_attributes
 
142
mnt_fs_append_options
 
143
mnt_fs_get_attribute
 
144
mnt_fs_get_attributes
 
145
mnt_fs_get_bindsrc
 
146
mnt_fs_get_devno
 
147
mnt_fs_get_freq
 
148
mnt_fs_get_fs_options
 
149
mnt_fs_get_fstype
 
150
mnt_fs_get_id
 
151
mnt_fs_get_option
 
152
mnt_fs_get_options
 
153
mnt_fs_get_parent_id
 
154
mnt_fs_get_passno
 
155
mnt_fs_get_root
 
156
mnt_fs_get_source
 
157
mnt_fs_get_srcpath
 
158
mnt_fs_get_tag
 
159
mnt_fs_get_target
 
160
mnt_fs_get_userdata
 
161
mnt_fs_get_user_options
 
162
mnt_fs_get_vfs_options
 
163
mnt_fs_is_kernel
 
164
mnt_fs_match_fstype
 
165
mnt_fs_match_options
 
166
mnt_fs_match_source
 
167
mnt_fs_match_target
 
168
mnt_fs_prepend_attributes
 
169
mnt_fs_prepend_options
 
170
mnt_fs_print_debug
 
171
mnt_fs_set_attributes
 
172
mnt_fs_set_bindsrc
 
173
mnt_fs_set_freq
 
174
mnt_fs_set_fstype
 
175
mnt_fs_set_options
 
176
mnt_fs_set_passno
 
177
mnt_fs_set_root
 
178
mnt_fs_set_source
 
179
mnt_fs_set_target
 
180
mnt_fs_set_userdata
 
181
mnt_fs_strdup_options
 
182
mnt_fs_to_mntent
 
183
mnt_new_fs
 
184
mnt_reset_fs
 
185
</SECTION>
 
186
 
 
187
<SECTION>
 
188
<FILE>init</FILE>
 
189
mnt_init_debug
 
190
</SECTION>
 
191
 
 
192
<SECTION>
 
193
<FILE>iter</FILE>
 
194
libmnt_iter
 
195
mnt_free_iter
 
196
mnt_iter_get_direction
 
197
mnt_new_iter
 
198
mnt_reset_iter
 
199
</SECTION>
 
200
 
 
201
<SECTION>
 
202
<FILE>lock</FILE>
 
203
libmnt_lock
 
204
mnt_free_lock
 
205
mnt_lock_file
 
206
mnt_new_lock
 
207
mnt_unlock_file
 
208
mnt_lock_block_signals
 
209
</SECTION>
 
210
 
 
211
<SECTION>
 
212
<FILE>optmap</FILE>
 
213
mnt_get_builtin_optmap
 
214
MNT_INVERT
 
215
MNT_NOMTAB
 
216
MNT_PREFIX
 
217
</SECTION>
 
218
 
 
219
<SECTION>
 
220
<FILE>optstr</FILE>
 
221
mnt_optstr_append_option
 
222
mnt_optstr_apply_flags
 
223
mnt_optstr_get_flags
 
224
mnt_optstr_get_option
 
225
mnt_optstr_get_options
 
226
mnt_optstr_next_option
 
227
mnt_optstr_prepend_option
 
228
mnt_optstr_remove_option
 
229
mnt_optstr_set_option
 
230
mnt_split_optstr
 
231
</SECTION>
 
232
 
 
233
<SECTION>
 
234
<FILE>table</FILE>
 
235
libmnt_table
 
236
mnt_free_table
 
237
mnt_new_table
 
238
mnt_reset_table
 
239
mnt_new_table_from_dir
 
240
mnt_new_table_from_file
 
241
mnt_table_add_fs
 
242
mnt_table_find_next_fs
 
243
mnt_table_find_pair
 
244
mnt_table_find_source
 
245
mnt_table_find_srcpath
 
246
mnt_table_find_tag
 
247
mnt_table_find_target
 
248
mnt_table_get_cache
 
249
mnt_table_get_name
 
250
mnt_table_get_nents
 
251
mnt_table_get_root_fs
 
252
mnt_table_is_fs_mounted
 
253
mnt_table_next_child_fs
 
254
mnt_table_next_fs
 
255
mnt_table_parse_file
 
256
mnt_table_parse_fstab
 
257
mnt_table_parse_mtab
 
258
mnt_table_parse_stream
 
259
mnt_table_remove_fs
 
260
mnt_table_set_cache
 
261
mnt_table_set_iter
 
262
mnt_table_set_parser_errcb
 
263
</SECTION>
 
264
 
 
265
<SECTION>
 
266
<FILE>tabdiff</FILE>
 
267
libmnt_tabdiff
 
268
mnt_new_tabdiff
 
269
mnt_free_tabdiff
 
270
mnt_tabdiff_next_change
 
271
mnt_diff_tables
 
272
</SECTION>
 
273
 
 
274
<SECTION>
 
275
<FILE>update</FILE>
 
276
libmnt_update
 
277
mnt_free_update
 
278
mnt_new_update
 
279
mnt_update_force_rdonly
 
280
mnt_update_get_filename
 
281
mnt_update_get_fs
 
282
mnt_update_get_mflags
 
283
mnt_update_is_ready
 
284
mnt_update_set_fs
 
285
mnt_update_table
 
286
</SECTION>
 
287
 
 
288
<SECTION>
 
289
<FILE>utils</FILE>
 
290
mnt_fstype_is_netfs
 
291
mnt_fstype_is_pseudofs
 
292
mnt_get_fstab_path
 
293
mnt_get_fstype
 
294
mnt_get_library_version
 
295
mnt_get_mtab_path
 
296
mnt_has_regular_mtab
 
297
mnt_mangle
 
298
mnt_match_fstype
 
299
mnt_match_options
 
300
mnt_unmangle
 
301
</SECTION>
 
302
 
 
303
<SECTION>
 
304
<FILE>version</FILE>
 
305
mnt_parse_version_string
 
306
mnt_get_library_version
 
307
LIBMOUNT_VERSION
 
308
</SECTION>