Searched refs:mounts (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgunixvolumemonitor.c51 GList *mounts; member in struct:_GUnixVolumeMonitor
87 g_list_foreach (monitor->mounts, (GFunc)g_object_unref, NULL);
88 g_list_free (monitor->mounts);
103 g_list_foreach (monitor->mounts, (GFunc)g_object_unref, NULL);
104 g_list_free (monitor->mounts);
105 monitor->mounts = NULL;
118 l = g_list_copy (monitor->mounts);
208 /* Update both to make sure volumes are created before mounts */
219 /* Update both to make sure volumes are created before mounts */
231 "mounts
[all...]
H A Dgwin32volumemonitor.c46 GList *mounts; member in struct:_GWin32VolumeMonitor
276 "mounts-changed", G_CALLBACK (mounts_changed),
H A Dgunixmounts.c91 * Types of UNIX mounts.
318 return "/proc/mounts";
374 * We do this to avoid being fooled by --bind mounts, since
380 * The '/' is to handle procfs, tmpfs and other no device mounts.
578 /* Pass MNT_NOWAIT to avoid blocking trying to update NFS mounts. */
665 * don't return swap and ignore mounts.
1081 * Gets a #GList of strings containing the unix mounts.
1083 * timestamp, allowing for checking if the mounts have changed
1086 * Returns: a #GList of the UNIX mounts.
1104 * if the mounts hav
1112 GList *mounts, *l; local
[all...]
/external/kernel-headers/original/linux/
H A Dmount.h51 struct list_head mnt_share; /* circular list of shared mounts */
52 struct list_head mnt_slave_list;/* list of slave mounts */
93 extern void mark_mounts_for_expiry(struct list_head *mounts);
94 extern void shrink_submounts(struct vfsmount *mountpoint, struct list_head *mounts);
/external/libffi/src/
H A Dclosures.c122 f = fopen ("/proc/mounts", "r");
236 listed in the mounts file. Subsequent calls with the same mounts
238 as the mounts file closes the file. */
240 open_temp_exec_file_mnt (const char *mounts) argument
245 if (mounts != last_mounts)
250 last_mounts = mounts;
252 if (mounts)
253 last_mntent = setmntent (mounts, "r");
296 { open_temp_exec_file_mnt, "/proc/mounts",
[all...]
/external/blktrace/doc/
H A Dblktrace.tex258 This filesystem will be automatically checked every 27 mounts or

Completed in 314 milliseconds