Lines Matching refs:A
27 A configfs config_item is created via an explicit userspace operation:
82 A fakenbd connection can be created with mkdir(2). The name is
104 Every object in configfs is a config_item. A config_item reflects an
110 Items are created and destroyed inside a config_group. A group is a
115 A subsystem is the top level of a client module. During initialization,
117 appears as a directory at the top of the configfs filesystem. A
212 A config_item cannot live in a vacuum. The only way one can be created
247 A group creates child items by providing the
283 A config_group cannot be removed while it still has child items. This
290 A subsystem must register itself, usually at module_init time. This
301 A subsystem consists of a toplevel config_group and a mutex.
333 appear in a filesystem. A subsystem is NEVER to touch the filesystem
338 A subsystem can navigate the cg_children list and the ci_parent pointer
345 A subsystem will be prevented from acquiring the mutex while a newly
361 A config_item may provide the ct_item_ops->allow_link() and
369 allows linking to target item, it returns 0. A source item may wish to
378 A config_item cannot be removed while it links to any other item, nor
384 A new config_group may want to have two types of child config_items.
400 A configfs subsystem specifies default groups by filling in the
420 configfs_undepend_item(). A client driver can call
427 they will conflict. They can block and allocate. A client driver