Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c2088 char *nfs4_dot_entries; variable
2106 nfs4_dot_entries = kmem_zalloc(DIRENT64_RECLEN(1) + DIRENT64_RECLEN(2), in nfs4_init_dot_entries()
2109 odp = (struct dirent64 *)nfs4_dot_entries; in nfs4_init_dot_entries()
2115 nfs4_dot_dot_entry = nfs4_dot_entries + DIRENT64_RECLEN(1); in nfs4_init_dot_entries()
2128 if (nfs4_dot_entries) in nfs4_destroy_dot_entries()
2129 kmem_free(nfs4_dot_entries, DIRENT64_RECLEN(1) + in nfs4_destroy_dot_entries()
2132 nfs4_dot_entries = nfs4_dot_dot_entry = NULL; in nfs4_destroy_dot_entries()
2181 bcopy(nfs4_dot_entries, rdc->entries, in xdr_READDIR4res_clnt()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h2114 extern char *nfs4_dot_entries;