Lines Matching refs:attribute
56 apply. Don't mix more than one attribute in one attribute file.
90 The target attribute contains the IP address of the server FakeNBD will
91 connect to. The device attribute is the device on the server.
92 Predictably, the rw attribute determines whether the connection is
192 When a config_item wants an attribute to appear as a file in the item's
194 It then adds the attribute to the NULL-terminated array
196 attribute file will appear with the configfs_attribute->ca_name
199 If an attribute is readable and provides a ->show method, that method will
200 be called whenever userspace asks for a read(2) on the attribute. If an
201 attribute is writable and provides a ->store method, that method will be
202 be called whenever userspace asks for a write(2) on the attribute.
310 and storing an attribute, and a simple group creating and destroying
437 indeed, work, but now every attribute store must check if the attributes
438 are initialized. Every attribute store must fire off the connection if