Searched refs:fspath2 (Results 1 – 1 of 1) sorted by relevance
1743 struct nfs_fs_path fspath, *nfsp, fspath2; in nfs4_mount() local1961 bzero(&fspath2, sizeof(fspath2)); in nfs4_mount()1962 fspath2.np_compcount = (fspath.np_compcount - comp - 1) + nfsp->np_compcount; in nfs4_mount()1963 if (fspath2.np_compcount > 0) { in nfs4_mount()1964 …MALLOC(fspath2.np_components, char **, fspath2.np_compcount * sizeof(char*), M_TEMP, M_WAITOK | M_… in nfs4_mount()1965 if (!fspath2.np_components) { in nfs4_mount()1971 fspath2.np_components[comp2] = kalloc_data(slen + 1, Z_WAITOK | Z_ZERO); in nfs4_mount()1972 if (!fspath2.np_components[comp2]) { in nfs4_mount()1976 kfree_data_addr(fspath2.np_components[comp2]); in nfs4_mount()1978 FREE(fspath2.np_components, M_TEMP); in nfs4_mount()[all …]