Searched refs:configfs_is_root (Results 1 – 4 of 4) sorted by relevance
28 do { depth++; } while ((p = p->ci_parent) && !configfs_is_root(p)); in item_depth()39 } while (p && !configfs_is_root(p)); in item_path_length()48 for (p = item; p && !configfs_is_root(p); p = p->ci_parent) { in fill_item_path()
52 int configfs_is_root(struct config_item *item) in configfs_is_root() function
66 extern int configfs_is_root(struct config_item *item);
802 else if (configfs_is_root(&parent_group->cg_item)) in link_group()1215 if (configfs_is_root(target)) in configfs_depend_item_unlocked()1223 if (configfs_is_root(&parent->cg_item)) { in configfs_depend_item_unlocked()1229 for (root = parent; !configfs_is_root(&root->cg_item); in configfs_depend_item_unlocked()