Lines Matching full:created
21 With sysfs, an object is created in kernel (for example, when a device
25 write(2). The important point is that the object is created and
29 A configfs config_item is created via an explicit userspace operation:
54 An item is created via mkdir(2). The item's attributes will also
98 A fakenbd connection can be created with mkdir(2). The name is
127 Items are created and destroyed inside a config_group. A group is a
129 Items are created by mkdir(2) and removed by rmdir(2), but configfs
166 Whether statically defined in a source file or created by a parent
263 A config_item cannot live in a vacuum. The only way one can be created
356 The group is where child config_items are created. For a subsystem,
386 to see the tree created by the subsystem. This can race with configfs'
430 Automatically Created Subgroups
439 automatically created inside the parent at its creation. Thus,
441 "parent/subgroupN". Items of type 1 can now be created in
442 "parent/subgroup1", and items of type N can be created in
447 other child groups can be created on the parent group directly.