Lines Matching defs:item
24 static int item_depth(struct config_item * item)
26 struct config_item * p = item;
32 static int item_path_length(struct config_item * item)
34 struct config_item * p = item;
43 static void fill_item_path(struct config_item * item, char * buffer, int length)
48 for (p = item; p && !configfs_is_root(p); p = p->ci_parent) {
58 static int configfs_get_target_path(struct config_item *item,
64 depth = item_depth(item);
80 struct config_item *item,
83 struct configfs_dirent *target_sd = item->ci_dentry->d_fsdata;
104 ret = configfs_get_target_path(parent_item, item, body);