Home
last modified time | relevance | path

Searched refs:tmp_mntopts (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1567 mntopts_t tmp_mntopts; in domount() local
1569 tmp_mntopts.mo_count = 0; in domount()
1570 vfs_createopttbl_extend(&tmp_mntopts, inargs, in domount()
1572 vfs_parsemntopts(&tmp_mntopts, inargs, 1); in domount()
1573 vfs_swapopttbl_nolock(&mnt_mntopts, &tmp_mntopts); in domount()
1574 vfs_freeopttbl(&tmp_mntopts); in domount()