Searched refs:copyout_error (Results 1 – 2 of 2) sorted by relevance
543 int copyout_error = 0; in fake_domount() local786 copyout_error = vfs_buildoptionstr( in fake_domount()789 if (copyout_error == 0 && in fake_domount()791 copyout_error = copyout(inargs, opts, optlen); in fake_domount()818 if ((error == 0) && (copyout_error == 0)) { in fake_domount()831 if (copyout_error) { in fake_domount()836 error = copyout_error; in fake_domount()
1119 int copyout_error = 0; in domount() local1746 copyout_error = vfs_buildoptionstr( in domount()1749 if (copyout_error == 0 && in domount()1751 copyout_error = copyoutstr(inargs, opts, in domount()1790 if ((error == 0) && (copyout_error == 0)) { in domount()1829 if (copyout_error) { in domount()1832 error = copyout_error; in domount()