Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c153 nfsace4 *sacep, *dacep; in deep_open_copy() local
165 sacep = &sres->delegation.open_delegation4_u.read.permissions; in deep_open_copy()
169 sacep = &sres->delegation.open_delegation4_u.write.permissions; in deep_open_copy()
174 kmem_alloc(sacep->who.utf8string_len, KM_SLEEP); in deep_open_copy()
175 bcopy(sacep->who.utf8string_val, dacep->who.utf8string_val, in deep_open_copy()
176 sacep->who.utf8string_len); in deep_open_copy()