Lines Matching refs:config_group
127 Items are created and destroyed inside a config_group. A group is a
135 subsystem is also a config_group, and can do everything a config_group
149 struct config_group *ci_group;
167 config_group, a config_item must have one of the _init() functions
260 struct config_group
264 is via mkdir(2) on a config_group. This will trigger creation of a
267 struct config_group {
275 void config_group_init(struct config_group *group);
276 void config_group_init_type_name(struct config_group *group,
281 The config_group structure contains a config_item. Properly configuring
288 struct config_item *(*make_item)(struct config_group *group,
290 struct config_group *(*make_group)(struct config_group *group,
293 void (*disconnect_notify)(struct config_group *group,
295 void (*drop_item)(struct config_group *group,
311 ct_group_ops->drop_item() is called. As a config_group is also a
337 A config_group cannot be removed while it still has child items. This
349 struct config_group su_group;
356 A subsystem consists of a toplevel config_group and a mutex.
383 this reason, the hierarchy is mirrored via the config_group->cg_children
434 A new config_group may want to have two types of child config_items.
451 configfs_add_default_group() function to the parent config_group