Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1843 int spec_len; in nfs4_trigger_domount() local
1885 spec_len = strlen(dma->dma_hostlist); in nfs4_trigger_domount()
1886 spec_len += strlen(path); in nfs4_trigger_domount()
1890 spec_len++; in nfs4_trigger_domount()
1893 spec_len++; in nfs4_trigger_domount()
1896 uap->spec = kmem_zalloc(spec_len + 1, KM_SLEEP); in nfs4_trigger_domount()
1897 (void) snprintf(uap->spec, spec_len + 1, "%s:%s%s", dma->dma_hostlist, in nfs4_trigger_domount()
1958 kmem_free(uap->spec, spec_len + 1); in nfs4_trigger_domount()