Lines Matching refs:config_item
38 static int item_depth(struct config_item * item) in item_depth()
40 struct config_item * p = item; in item_depth()
46 static int item_path_length(struct config_item * item) in item_path_length()
48 struct config_item * p = item; in item_path_length()
57 static void fill_item_path(struct config_item * item, char * buffer, int length) in fill_item_path()
59 struct config_item * p; in fill_item_path()
72 static int create_link(struct config_item *parent_item, in create_link()
73 struct config_item *item, in create_link()
113 struct config_item **target, struct super_block *sb) in get_target()
140 struct config_item *parent_item; in configfs_symlink()
141 struct config_item *target_item = NULL; in configfs_symlink()
189 struct config_item *parent_item; in configfs_unlink()
235 static int configfs_get_target_path(struct config_item * item, struct config_item * target, in configfs_get_target_path()
259 struct config_item *item, *target_item; in configfs_getlink()