Home
last modified time | relevance | path

Searched refs:CopyMountList (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/kernel/extended/container/
Dlos_mnt_container.c95 STATIC UINT32 CopyMountList(MntContainer *parentContainer, MntContainer *newContainer) in CopyMountList() function
136 return CopyMountList(currMntContainer, child->container->mntContainer); in OsCopyMntContainer()
162 ret = CopyMountList(parentContainer, mntContainer); in OsUnshareMntContainer()