Lines Matching refs:via
21 appear in sysfs, allowing userspace to read the attributes via
22 readdir(3)/read(2). It may allow some attributes to be modified via
27 A configfs config_item is created via an explicit userspace operation:
28 mkdir(2). It is destroyed via rmdir(2). The attributes appear at
29 mkdir(2) time, and can be read or modified via read(2) and write(2).
51 An item is created via mkdir(2). The item's attributes will also
65 item cannot be destroyed if any other item has a link to it (via
66 symlink(2)). Links can be removed via unlink(2).
99 That's it. That's all there is. Now the device is configured, via the
151 All users of a config_item should have a reference on it via
152 config_item_get(), and drop the reference when they are done via
213 is via mkdir(2) on a config_group. This will trigger creation of a
232 accomplished via the group operations specified on the group's
305 group via the usual group _init() functions, and it must also have
308 will be visible via configfs. At that point, mkdir(2) can be called and
335 this reason, the hierarchy is mirrored via the config_group->cg_children
356 configfs provides a simple group via the group->item parent/child
358 outside of the parent/child connection. This is implemented via
374 notified via the ->drop_link() method. Like the ->drop_item() method,
408 As a consequence of this, default_groups cannot be removed directly via
432 it asks for a heartbeat region item. This is done via a call into the
464 committed via rename(2). The item is moved from a directory where it
480 shutdown, or "uncommitted". Again, this is done via rename(2), this