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

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

Completed in 48 milliseconds