Searched refs:tmp_mntopts (Results 1 – 1 of 1) sorted by relevance
1624 mntopts_t tmp_mntopts; in domount() local1626 tmp_mntopts.mo_count = 0; in domount()1627 vfs_createopttbl_extend(&tmp_mntopts, inargs, in domount()1629 vfs_parsemntopts(&tmp_mntopts, inargs, 1); in domount()1630 vfs_swapopttbl_nolock(&mnt_mntopts, &tmp_mntopts); in domount()1631 vfs_freeopttbl(&tmp_mntopts); in domount()