Lines Matching refs:mount
6 do_mount_tests (GDrive *drive, GVolume *volume, GMount *mount) in do_mount_tests() argument
13 name = g_mount_get_name (mount); in do_mount_tests()
17 v = g_mount_get_volume (mount); in do_mount_tests()
22 d = g_mount_get_drive (mount); in do_mount_tests()
27 uuid = g_mount_get_uuid (mount); in do_mount_tests()
32 g_assert (m == mount); in do_mount_tests()
43 GMount *mount; in do_volume_tests() local
55 mount = g_volume_get_mount (volume); in do_volume_tests()
56 if (mount != NULL) in do_volume_tests()
58 do_mount_tests (drive, volume, mount); in do_volume_tests()
59 g_object_unref (mount); in do_volume_tests()
144 GMount *mount = l->data; in test_mounts() local
148 drive = g_mount_get_drive (mount); in test_mounts()
149 volume = g_mount_get_volume (mount); in test_mounts()
150 do_mount_tests (drive, volume, mount); in test_mounts()