Lines Matching refs:retval
49 int retval = 0;58 retval = -1;63 return retval;72 int retval = 0;78 retval = quota_get_mem(sizeof(struct quota_handle), &h);79 if (retval) {86 retval = quota_file_create(sbi, h, qtype);87 if (retval) {90 retval = write_dquots(dict, h);97 return retval;