Searched refs:configfs_is_root (Results 1 – 4 of 4) sorted by relevance
26 do { depth++; } while ((p = p->ci_parent) && !configfs_is_root(p)); in item_depth()37 } while (p && !configfs_is_root(p)); in item_path_length()46 for (p = item; p && !configfs_is_root(p); p = p->ci_parent) { in fill_item_path()
50 int configfs_is_root(struct config_item *item) in configfs_is_root() function
64 extern int configfs_is_root(struct config_item *item);
796 else if (configfs_is_root(&parent_group->cg_item)) in link_group()1209 if (configfs_is_root(target)) in configfs_depend_item_unlocked()1217 if (configfs_is_root(&parent->cg_item)) { in configfs_depend_item_unlocked()1223 for (root = parent; !configfs_is_root(&root->cg_item); in configfs_depend_item_unlocked()