Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/configfs/
H A Dconfigfs_sample.c36 int storeme; member
58 return sprintf(page, "%d\n", to_childless(item)->storeme); in childless_storeme_show()
67 ret = kstrtoint(page, 10, &childless->storeme); in childless_storeme_store()
86 CONFIGFS_ATTR(childless_, storeme);
125 int storeme; member
135 return sprintf(page, "%d\n", to_simple_child(item)->storeme); in simple_child_storeme_show()
144 ret = kstrtoint(page, 10, &simple_child->storeme); in simple_child_storeme_store()
151 CONFIGFS_ATTR(simple_child_, storeme);
/kernel/linux/linux-6.6/samples/configfs/
H A Dconfigfs_sample.c34 int storeme; member
56 return sprintf(page, "%d\n", to_childless(item)->storeme); in childless_storeme_show()
65 ret = kstrtoint(page, 10, &childless->storeme); in childless_storeme_store()
84 CONFIGFS_ATTR(childless_, storeme);
123 int storeme; member
133 return sprintf(page, "%d\n", to_simple_child(item)->storeme); in simple_child_storeme_show()
142 ret = kstrtoint(page, 10, &simple_child->storeme); in simple_child_storeme_store()
149 CONFIGFS_ATTR(simple_child_, storeme);

Completed in 2 milliseconds