Lines Matching refs:inargs
1159 char *inargs = opts; in domount() local
1276 inargs = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP); in domount()
1277 inargs[0] = '\0'; in domount()
1279 error = copyinstr(opts, inargs, (size_t)optlen, in domount()
1286 vfs_parsemntopts(&mnt_mntopts, inargs, 0); in domount()
1627 vfs_createopttbl_extend(&tmp_mntopts, inargs, in domount()
1629 vfs_parsemntopts(&tmp_mntopts, inargs, 1); in domount()
1789 &vfsp->vfs_mntopts, inargs, optlen); in domount()
1793 copyout_error = copyoutstr(inargs, opts, in domount()
1869 if (inargs != opts) in domount()
1870 kmem_free(inargs, MAX_MNTOPT_STR); in domount()