Lines Matching refs:called
148 called on it. This initializes the reference count and sets up the
185 method. This method is called when the config_item's reference count
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 …
258 ct_group_ops->drop_item() is called. As a config_group is also a
266 is called, configfs WILL remove the item from the filesystem tree
273 When drop_item() is called, the item's linkage has already been torn
277 ct_group_ops->disconnect_notify() method. The method is called after
285 called, as the item has not been dropped. rmdir(2) will fail, as the
308 will be visible via configfs. At that point, mkdir(2) can be called and
363 symlink(2) may be called with the config_item as the source of the link.
367 When symlink(2) is called, the source config_item's ->allow_link()
368 method is called with itself and a target item. If the source item
373 When unlink(2) is called on the symbolic link, the source item is
426 These API cannot be called underneath any configfs callbacks, as