Home
last modified time | relevance | path

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

/third_party/f2fs-tools/lib/
Dlibf2fs_zoned.c36 int get_sysfs_path(struct device_info *dev, const char *attr, in get_sysfs_path() function
100 res = get_sysfs_path(dev, "queue/zoned", str, sizeof(str)); in f2fs_get_zoned_model()
158 res = get_sysfs_path(dev, "queue/chunk_sectors", str, sizeof(str)); in f2fs_get_zone_chunk_sectors()
/third_party/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c124 static void get_sysfs_path(acpi_handle handle) in get_sysfs_path() function
176 get_sysfs_path(new_child); in acpi_traverse()