Home
last modified time | relevance | path

Searched refs:should_mount (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c708 dbus_bool_t should_mount; member
765 dbus_bool_t should_mount; member
980 LIBHAL_PROP_EXTRACT_BOOL ("storage.policy.should_mount", drive->should_mount); in libhal_drive_from_udi()
1175 LIBHAL_PROP_EXTRACT_BOOL ("volume.policy.should_mount", vol->should_mount); in libhal_volume_from_udi()
1859 …printf ("should_mount=%d, no_partitions_hint=%d\n", drive->should_mount, drive->no_partitions_hint… in libhal_drive_policy_is_mountable()
1861 return drive->should_mount && drive->no_partitions_hint; in libhal_drive_policy_is_mountable()
1993 return drive->should_mount && volume->should_mount; in libhal_volume_policy_is_mountable()