Lines Matching defs:next
519 * this to determine where the next attribute will
640 INDEX_ENTRY *next;
696 next = ntfs_index_next(entry,xsii);
697 if (next) {
698 psii = (struct SII*)next;
709 entry = next;
768 * the second copy. So align to next block when
788 * by the next allocated descriptor
871 * if so get next
901 /* (hash collision), try next one */
1145 user = user->next;
1371 group = group->next;
1404 * overwritten at next update, so data has to be copied elsewhere
4144 usermapping=usermapping->next) {
4151 groupmapping=groupmapping->next) {
4189 usermapping->next = (struct MAPPING*)NULL;
4192 groupmapping->next = (struct MAPPING*)NULL;
4218 for (mapping1=usermapping; mapping1; mapping1=mapping1->next)
4219 for (mapping2=mapping1->next; mapping2; mapping1=mapping2->next)
4227 for (mapping1=groupmapping; mapping1; mapping1=mapping1->next)
4228 for (mapping2=mapping1->next; mapping2; mapping1=mapping2->next)
4366 item = firstitem->next;
5150 * Returns next entry, or NULL if there is an error
5186 * Returns next entry, or NULL if there is an error