Lines Matching refs:created
19 With sysfs, an object is created in kernel (for example, when a device
23 write(2). The important point is that the object is created and
27 A configfs config_item is created via an explicit userspace operation:
51 An item is created via mkdir(2). The item's attributes will also
82 A fakenbd connection can be created with mkdir(2). The name is
110 Items are created and destroyed inside a config_group. A group is a
112 Items are created by mkdir(2) and removed by rmdir(2), but configfs
146 Whether statically defined in a source file or created by a parent
212 A config_item cannot live in a vacuum. The only way one can be created
302 The group is where child config_items are created. For a subsystem,
339 to see the tree created by the subsystem. This can race with configfs'
390 automatically created inside the parent at its creation. Thus,
392 "parent/subgroupN". Items of type 1 can now be created in
393 "parent/subgroup1", and items of type N can be created in
398 other child groups can be created on the parent group directly.
473 created in the "pending" directory. Its attributes can be modified at