Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c1624 mntopts_t tmp_mntopts; in domount() local
1626 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()