Home | History | Annotate | Download | only in misc

Lines Matching refs:nr_users

160 	int		i, nr_users;
214 nr_users = ntohl(jsb->s_nr_users);
215 for (i = 0; i < nr_users; i++) {
220 if (i >= nr_users) {
226 nr_users--;
227 for (i = 0; i < nr_users; i++)
229 jsb->s_nr_users = htonl(nr_users);