Lines Matching refs:called
148 called on it. This initializes the reference count and sets up the
179 method. This method is called when the config_item's reference count
200 be called whenever userspace asks for a read(2) on the attribute. If an
202 be called whenever userspace asks for a write(2) on the attribute.
242 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's …
252 ct_group_ops->drop_item() is called. As a config_group is also a
260 is called, configfs WILL remove the item from the filesystem tree
267 When drop_item() is called, the item's linkage has already been torn
271 ct_group_ops->disconnect_notify() method. The method is called after
279 called, as the item has not been dropped. rmdir(2) will fail, as the
302 will be visible via configfs. At that point, mkdir(2) can be called and
347 symlink(2) may be called with the config_item as the source of the link.
351 When symlink(2) is called, the source config_item's ->allow_link()
352 method is called with itself and a target item. If the source item
357 When unlink(2) is called on the symbolic link, the source item is
410 These API cannot be called underneath any configfs callbacks, as