Lines Matching full:mount
46 #include <sys/mount.h>
768 GUnixMountEntry *mount;
801 mount = g_unix_mount_at (mountpoint, &cache_time);
802 if (mount)
804 if (g_unix_mount_is_readonly (mount))
807 g_unix_mount_free (mount);
1074 GMount *mount;
1080 * find the enclosing (user visible) mount of a file, but
1082 _("Containing mount does not exist"));
1091 * find the enclosing (user visible) mount of a file, but
1093 _("Containing mount does not exist"));
1097 mount = _g_mount_get_for_mount_path (mountpoint, cancellable);
1099 if (mount)
1100 return mount;
1104 * the enclosing (user visible) mount of a file, but none
1106 _("Containing mount does not exist"));