Lines Matching defs:mnt
79 BOOL fs_in_use(struct Mount *mnt, const char *target)
90 return VnodeInUseIter(mnt);
98 struct Mount *mnt = NULL;
153 mnt = mountpt_vnode->originMount;
154 if (!mnt)
159 covered_vnode = mnt->vnodeBeCovered;
170 if (mnt->ops == NULL || mnt->ops->Unmount == NULL)
179 if (fs_in_use(mnt, target))
185 ret = VnodeFreeAll(mnt);
191 ret = mnt->ops->Unmount(mnt, &blkdrvr_vnode);
209 LOS_ListDelete(&mnt->mountList);
211 free(mnt);