Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs_example_explicit.c141 struct childless_attribute *childless_attr = in childless_attr_show() local
145 if (childless_attr->show) in childless_attr_show()
146 ret = childless_attr->show(childless, page); in childless_attr_show()
155 struct childless_attribute *childless_attr = in childless_attr_store() local
159 if (childless_attr->store) in childless_attr_store()
160 ret = childless_attr->store(childless, page, count); in childless_attr_store()