Searched refs:nfsv4_acl_flag_map (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_acl.c117 } nfsv4_acl_flag_map[] = { variable in typeref:struct:__anon2
127 static const int nfsv4_acl_flag_map_size = (int)(sizeof(nfsv4_acl_flag_map) /
128 sizeof(nfsv4_acl_flag_map[0]));
862 if (perm & nfsv4_acl_flag_map[i].perm)
863 *(*wp)++ = nfsv4_acl_flag_map[i].wc;
1097 if (perm & nfsv4_acl_flag_map[i].perm)
1098 *(*p)++ = nfsv4_acl_flag_map[i].c;

Completed in 113 milliseconds