Searched refs:fi_opts (Results 1 – 4 of 4) sorted by relevance
465 kmem_free(fnip->fi_opts, fnip->fi_optslen); in auto_mount()466 fnip->fi_opts = kmem_alloc(len, KM_SLEEP); in auto_mount()468 bcopy(strbuff, fnip->fi_opts, len); in auto_mount()560 fnip->fi_opts = kmem_alloc(len, KM_SLEEP); in auto_mount()562 bcopy(strbuff, fnip->fi_opts, len); in auto_mount()673 if (fnip->fi_opts != NULL) in auto_mount()674 kmem_free(fnip->fi_opts, fnip->fi_optslen); in auto_mount()780 kmem_free(fnip->fi_opts, fnip->fi_optslen); in auto_unmount()
656 reqst.opts = fnip->fi_opts; in auto_lookup_request()754 reqst.opts = fnip->fi_opts; in auto_mount_request()
1201 auto_nobrowse_option(fnip->fi_opts) || in auto_readdir()
78 char *fi_opts; /* default mount options */ member