Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dmodconf.c998 &vswp->vsw_optproto); in mod_installfs()
1000 vfs_copyopttbl(&vfs_mntopts, &vswp->vsw_optproto); in mod_installfs()
1089 vfs_freeopttbl(&vswp->vsw_optproto); in mod_removefs()
1090 vswp->vsw_optproto.mo_count = 0; in mod_removefs()
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h394 mntopts_t vsw_optproto; /* mount options table prototype */ member
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c3258 optproto = &vswp->vsw_optproto; in nfs4_trigger_create_mntopts()
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c1256 vfs_copyopttbl(&vswp->vsw_optproto, &mnt_mntopts); in domount()