Searched refs:s2t_map (Results 1 – 1 of 1) sorted by relevance
791 } s2t_map[] = { variable814 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) { in nfs4_acl_get_whotype()815 if (s2t_map[i].stringlen == len && in nfs4_acl_get_whotype()816 0 == memcmp(s2t_map[i].string, p, len)) in nfs4_acl_get_whotype()817 return s2t_map[i].type; in nfs4_acl_get_whotype()827 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) { in nfs4_acl_write_who()828 if (s2t_map[i].type == who) { in nfs4_acl_write_who()829 memcpy(p, s2t_map[i].string, s2t_map[i].stringlen); in nfs4_acl_write_who()830 return s2t_map[i].stringlen; in nfs4_acl_write_who()