Searched refs:configfs_is_root (Results 1 – 3 of 3) 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()
48 int configfs_is_root(struct config_item *item) in configfs_is_root() function
834 else if (configfs_is_root(&parent_group->cg_item)) in link_group()1243 if (configfs_is_root(target)) in configfs_depend_item_unlocked()1251 if (configfs_is_root(&parent->cg_item)) { in configfs_depend_item_unlocked()1257 for (root = parent; !configfs_is_root(&root->cg_item); in configfs_depend_item_unlocked()