Searched refs:mptree (Results 1 – 1 of 1) sorted by relevance
1551 struct mptree { struct1561 struct mptree *mptree; argument1582 struct mptree *mptree; in solver_fill_DU_cb() local1588 mptree = cbd->mptree; in solver_fill_DU_cb()1604 if (!mptree[mp].child) in solver_fill_DU_cb()1614 for (i = mptree[mp].child; i; i = mptree[i].sibling) in solver_fill_DU_cb()1615 if (mptree[i].compl == compl && !strncmp(mptree[i].comp, compstr, compl)) in solver_fill_DU_cb()1623 dirmap[dn] = mptree[mp > 0 ? mp : -mp].mountpoint; in solver_fill_DU_cb()1649 propagate_mountpoints(struct mptree *mptree, int pos, Id mountpoint) in propagate_mountpoints() argument1652 if (mptree[pos].mountpoint == -1) in propagate_mountpoints()[all …]