Lines Matching refs:ret
99 int ret;
105 ret = -EFAULT;
111 ret = VnodeLookup(target, &mountpt_vnode, 0);
112 if (ret != OK || !mountpt_vnode)
119 ret = -EINVAL;
138 ret = -EINVAL;
156 ret = -EINVAL;
162 ret = -EINVAL;
174 ret = -EINVAL;
181 ret = -EBUSY;
185 ret = VnodeFreeAll(mnt);
186 if (ret != OK)
191 ret = mnt->ops->Unmount(mnt, &blkdrvr_vnode);
192 if (ret != OK)
245 set_errno(-ret);