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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/filesystems/configfs/
H A Dconfigfs_example_macros.c51 int showme; member in struct:childless
71 pos = sprintf(page, "%d\n", childless->showme);
72 childless->showme++;
114 CHILDLESS_ATTR_RO(showme, childless_showme_read);
H A Dconfigfs_example_explicit.c52 int showme; member in struct:childless
72 pos = sprintf(page, "%d\n", childless->showme);
73 childless->showme++;
116 .attr = { .ca_owner = THIS_MODULE, .ca_name = "showme", .ca_mode = S_IRUGO },

Completed in 78 milliseconds