Searched refs:configfs_is_root (Results 1 – 2 of 2) 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