Home | History | Annotate | Download | only in gio

Lines Matching refs:mounts

66  * @short_description: Unix Mounts
91 * 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 have changed since with g_unix_mounts_changed_since().
1112 GList *mounts, *l;
1115 mounts = g_unix_mounts_get (time_read);
1118 for (l = mounts; l != NULL; l = l->next)
1127 g_list_free (mounts);
1138 * allowing for checking if the mounts have changed with
1156 * Checks if the unix mounts have changed since a given unix time.
1158 * Returns: %TRUE if the mounts have changed since @time.
1213 * GUnixMountMonitor::mounts-changed:
1216 * Emitted when the unix mounts have changed.
1219 g_signal_new ("mounts-changed",
1388 * Compares two unix mounts.
1950 /* Avoid displaying mounts that are not accessible to the user.
1954 * block or fail stat()'ing, such as network mounts.