Lines Matching full:called
168 called on it. This initializes the reference count and sets up the
203 method. This method is called when the config_item's reference count
227 be called whenever userspace asks for a read(2) on the attribute. If an
229 called whenever userspace asks for a write(2) on the attribute.
254 ct_item_ops->read_bin_attribute() method, that method will be called
299 ct_group_ops->make_item() method. If provided, this method is called from
310 ct_group_ops->drop_item() is called. As a config_group is also a
319 is called, configfs WILL remove the item from the filesystem tree
326 When drop_item() is called, the item's linkage has already been torn
330 ct_group_ops->disconnect_notify() method. The method is called after
338 called, as the item has not been dropped. rmdir(2) will fail, as the
363 will be visible via configfs. At that point, mkdir(2) can be called and
411 symlink(2) may be called with the config_item as the source of the link.
415 When symlink(2) is called, the source config_item's ->allow_link()
416 method is called with itself and a target item. If the source item
421 When unlink(2) is called on the symbolic link, the source item is
476 These API cannot be called underneath any configfs callbacks, as