Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dfile-posix.c1275 static long get_sysfs_long_val(struct stat *st, const char *attribute) in get_sysfs_long_val() function
1307 return get_sysfs_long_val(st, "max_segments"); in hdev_get_max_segments()
1410 ret = get_sysfs_long_val(st, "max_open_zones"); in raw_refresh_zoned_limits()
1415 ret = get_sysfs_long_val(st, "max_active_zones"); in raw_refresh_zoned_limits()
1423 ret = get_sysfs_long_val(st, "chunk_sectors"); in raw_refresh_zoned_limits()
1434 ret = get_sysfs_long_val(st, "nr_zones"); in raw_refresh_zoned_limits()
1445 ret = get_sysfs_long_val(st, "zone_append_max_bytes"); in raw_refresh_zoned_limits()
1450 ret = get_sysfs_long_val(st, "physical_block_size"); in raw_refresh_zoned_limits()