Searched refs:tmp_mntopts (Results 1 – 1 of 1) sorted by relevance
1617 mntopts_t tmp_mntopts; in domount() local1619 tmp_mntopts.mo_count = 0; in domount()1620 vfs_createopttbl_extend(&tmp_mntopts, inargs, in domount()1622 vfs_parsemntopts(&tmp_mntopts, inargs, 1); in domount()1623 vfs_swapopttbl_nolock(&mnt_mntopts, &tmp_mntopts); in domount()1624 vfs_freeopttbl(&tmp_mntopts); in domount()