Lines Matching refs:method
179 method. This method is called when the config_item's reference count
199 If an attribute is readable and provides a ->show method, that method will
201 attribute is writable and provides a ->store method, that method will be
242 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's …
253 config_item, it is not necessary for a separate drop_group() method.
256 the ct_group_ops->drop_item() method, and configfs will call
271 ct_group_ops->disconnect_notify() method. The method is called after
346 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
352 method is called with itself and a target item. If the source item
358 notified via the ->drop_link() method. Like the ->drop_item() method,
370 more explicit to have a method whereby userspace sees this divergence.
373 others, configfs provides a method whereby one or many subgroups are
389 method call notifies the subsystem the parent group is going away, it
451 Any group that provides the ct_group_ops->commit_item() method has
461 method returns zero and the item is moved to the "live" directory.
466 is notified by the ct_group_ops->uncommit_object() method.