Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_acl.c77 static int ln_ace4_to_aent(nfsace4 *ace4, int n, uid_t, gid_t,
254 nfsace4 *ace4; in vs_ace4_destroy() local
265 ace4 = (nfsace4 *)vsp->vsa_aclentp + i; in vs_ace4_destroy()
266 if ((ace4->who.utf8string_len > 0) && in vs_ace4_destroy()
267 (ace4->who.utf8string_val != NULL)) in vs_ace4_destroy()
268 kmem_free(ace4->who.utf8string_val, in vs_ace4_destroy()
269 ace4->who.utf8string_len); in vs_ace4_destroy()
271 ace4->who.utf8string_val = NULL; in vs_ace4_destroy()
272 ace4->who.utf8string_len = 0; in vs_ace4_destroy()
949 ace4vals_find(nfsace4 *ace4, avl_tree_t *avl, int *num) in ace4vals_find() argument
[all …]