mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user