Lines Matching defs:item
22 static int item_depth(struct config_item * item)
24 struct config_item * p = item;
30 static int item_path_length(struct config_item * item)
32 struct config_item * p = item;
41 static void fill_item_path(struct config_item * item, char * buffer, int length)
46 for (p = item; p && !configfs_is_root(p); p = p->ci_parent) {
56 static int configfs_get_target_path(struct config_item *item,
62 depth = item_depth(item);
78 struct config_item *item,
81 struct configfs_dirent *target_sd = item->ci_dentry->d_fsdata;
102 ret = configfs_get_target_path(parent_item, item, body);