Lines Matching refs:method
185 method. This method is called when the config_item's reference count
187 the ct_item_ops->show_attribute() method. Similarly, storing a new
188 attribute value uses the store_attribute() method.
206 ct_item_ops->show_attribute() method, that method will be called
248 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's …
259 config_item, it is not necessary for a separate drop_group() method.
262 the ct_group_ops->drop_item() method, and configfs will call
277 ct_group_ops->disconnect_notify() method. The method is called after
362 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
368 method is called with itself and a target item. If the source item
374 notified via the ->drop_link() method. Like the ->drop_item() method,
386 more explicit to have a method whereby userspace sees this divergence.
389 others, configfs provides a method whereby one or many subgroups are
405 method call notifies the subsystem the parent group is going away, it
467 Any group that provides the ct_group_ops->commit_item() method has
477 method returns zero and the item is moved to the "live" directory.
482 is notified by the ct_group_ops->uncommit_object() method.