Home
last modified time | relevance | path

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

/src/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c118 const acl_perm_map_t *perm_map; in translate_acl() local
286 perm_map = acl_nfs4_perm_map; in translate_acl()
290 perm_map = acl_posix_perm_map; in translate_acl()
296 r = acl_get_perm_np(acl_permset, perm_map[i].p_perm); in translate_acl()
303 ae_perm |= perm_map[i].a_perm; in translate_acl()
336 const acl_perm_map_t *perm_map; in set_acl() local
477 perm_map = acl_nfs4_perm_map; in set_acl()
481 perm_map = acl_posix_perm_map; in set_acl()
487 if (ae_permset & perm_map[i].a_perm) { in set_acl()
489 perm_map[i].p_perm) != 0) { in set_acl()