Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_modconf.c115 &vswp->vsw_optproto); in fake_installfs()
117 vfs_copyopttbl(&vfs_mntopts, &vswp->vsw_optproto); in fake_installfs()
187 vfs_freeopttbl(&vswp->vsw_optproto); in fake_removefs()
188 vswp->vsw_optproto.mo_count = 0; in fake_removefs()
H A Dfake_vfs.c582 vfs_copyopttbl(&vswp->vsw_optproto, &mnt_mntopts); in fake_domount()
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c1001 &vswp->vsw_optproto); in mod_installfs()
1003 vfs_copyopttbl(&vfs_mntopts, &vswp->vsw_optproto); in mod_installfs()
1092 vfs_freeopttbl(&vswp->vsw_optproto); in mod_removefs()
1093 vswp->vsw_optproto.mo_count = 0; in mod_removefs()
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h386 mntopts_t vsw_optproto; /* mount options table prototype */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c3263 optproto = &vswp->vsw_optproto; in nfs4_trigger_create_mntopts()
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c1226 vfs_copyopttbl(&vswp->vsw_optproto, &mnt_mntopts); in domount()