Searched defs:LibHalVolume_s (Results 1 – 1 of 1) sorted by relevance
715 struct LibHalVolume_s { struct716 char *udi;718 int device_major;719 int device_minor;720 char *device_file;721 char *volume_label; /* may be NULL, is never "" */722 dbus_bool_t is_mounted;723 dbus_bool_t is_mounted_read_only; /* TRUE iff is_mounted and r/o fs */724 char *mount_point; /* NULL iff !is_mounted */725 char *fstype; /* NULL iff !is_mounted or unknown */[all …]