Searched refs:UMount2 (Results 1 – 3 of 3) sorted by relevance
50 int32_t UMount2(const std::string &path, int flag);
862 int32_t res = UMount2(path, MNT_DETACH); in UMountByListWithDetach()917 err = UMount2(cloudFusePath, MNT_DETACH); in CloudUMount()923 err = UMount2(cloudPath, MNT_DETACH); in CloudUMount()1248 int32_t ret = UMount2(dstPath, MNT_FORCE); in UMountDfsDocs()1552 int32_t res = UMount2(path, MNT_DETACH); in UmountMntUserTmpfs()1557 res = UMount2(path, MNT_DETACH); in UmountMntUserTmpfs()
74 int32_t UMount2(const std::string &path, int flag) in UMount2() function