libdasd: Provide function to read ese sysfs attribute

Provide a function to determine whether a DASD is an Extent Space
Efficient (ESE) volume.

Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2019-03-05 15:31:09 +01:00
parent abc1875300
commit 8023a72b11
2 changed files with 38 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
#include <stdio.h>
int dasd_sys_raw_track_access(char *);
int dasd_sys_ese(char *);
int dasd_reset_chpid(char *, char *);
int dasd_get_host_access_count(char *device);