Lines Matching refs:ret
18 int ret = 0;
21 ret = copy_from_user(&info, arg, sizeof(info));
22 if (ret != 0) {
29 return ret;
34 int ret = 0;
37 ret = copy_from_user(&tokenid, arg, sizeof(tokenid));
38 if (ret != 0) {
50 int ret = 0;
59 ret = vfs_deal_policy_cmd(cmd, (void __user *)arg);
62 ret = vfs_destroy_dec_policy((void __user *)arg);
65 ret = -EINVAL;