Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs_example_macros.c51 int showme; member
71 pos = sprintf(page, "%d\n", childless->showme); in childless_showme_read()
72 childless->showme++; in childless_showme_read()
114 CHILDLESS_ATTR_RO(showme, childless_showme_read);
Dconfigfs_example_explicit.c52 int showme; member
72 pos = sprintf(page, "%d\n", childless->showme); in childless_showme_read()
73 childless->showme++; in childless_showme_read()