Searched defs:LibHalVolume_s (Results 1 – 1 of 1) sorted by relevance
723 struct LibHalVolume_s { struct724 char *udi;726 int device_major;727 int device_minor;728 char *device_file;729 char *volume_label; /* may be NULL, is never "" */730 dbus_bool_t is_mounted;731 dbus_bool_t is_mounted_read_only; /* TRUE iff is_mounted and r/o fs */732 char *mount_point; /* NULL iff !is_mounted */733 char *fstype; /* NULL iff !is_mounted or unknown */[all …]