Searched refs:s2t_map (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4acl.c789 } s2t_map[] = { variable in typeref:struct:__anon7480
812 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
813 if (s2t_map[i].stringlen == len &&
814 0 == memcmp(s2t_map[i].string, p, len))
815 return s2t_map[i].type;
825 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
826 if (s2t_map[i].type == who) {
827 memcpy(p, s2t_map[i].string, s2t_map[i].stringlen);
828 return s2t_map[
[all...]

Completed in 42 milliseconds