Home
last modified time | relevance | path

Searched refs:make_item (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/include/linux/
Dconfigfs.h233 struct config_item *(*make_item)(struct config_group *group, const char *name); member
/linux-3.4.99/Documentation/filesystems/configfs/
Dconfigfs_example_macros.c294 .make_item = simple_children_make_item,
Dconfigfs_example_explicit.c331 .make_item = simple_children_make_item,
Dconfigfs.txt236 struct config_item *(*make_item)(struct config_group *group,
248 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's …
385 While this could be codified by magic names in ->make_item(), it is much
/linux-3.4.99/drivers/staging/ramster/cluster/
Dheartbeat.c306 .make_item = r2hb_hb_group_make_item,
Dnodemanager.c759 .make_item = r2nm_node_group_make_item,
/linux-3.4.99/fs/dlm/
Dconfig.c367 .make_item = make_comm,
378 .make_item = make_node,
/linux-3.4.99/drivers/net/
Dnetconsole.c593 .make_item = make_netconsole_target,
/linux-3.4.99/fs/configfs/
Ddir.c1213 !type->ct_group_ops->make_item)) { in configfs_mkdir()
1252 item = type->ct_group_ops->make_item(to_config_group(parent_item), name); in configfs_mkdir()
/linux-3.4.99/fs/ocfs2/cluster/
Dnodemanager.c756 .make_item = o2nm_node_group_make_item,
Dheartbeat.c2315 .make_item = o2hb_heartbeat_group_make_item,