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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4acl.c788 } s2t_map[] = { variable in typeref:struct:__anon16772
811 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
812 if (s2t_map[i].stringlen == len &&
813 0 == memcmp(s2t_map[i].string, p, len))
814 return s2t_map[i].type;
824 for (i = 0; i < ARRAY_SIZE(s2t_map); i++) {
825 if (s2t_map[i].type == who) {
826 memcpy(p, s2t_map[i].string, s2t_map[i].stringlen);
827 return s2t_map[
[all...]

Completed in 54 milliseconds