Lines Matching refs:next
163 struct BITMAP_ALLOCATION *next;
362 p = p->next;
379 newall->next = p;
380 if (q) q->next = newall;
421 q->next = p->next;
423 g_allocation = p->next;
438 p = p->next;
464 p = p->next;
492 for (p=g_allocation; p; p=p->next) {
1121 /* Switch to next zone, decreasing mft zone by factor 2. */
1144 * ntfs_attr_find - find (next) attribute in mft record
1175 * successful call of ntfs_attr_find() will return the next attribute in the
1354 * successful call of ntfs_attr_lookup() will return the next attribute, with
1508 /* Mapping pairs array and next attribute must be 8-byte aligned. */
1710 /* Mapping pairs array and next attribute must be 8-byte aligned. */
3446 q = p->next;
4193 /* Seek to next cluster. */
4214 /* Seek to next sector. */
4315 "disk runs on next reboot into "
4374 "backup boot sector when it is run on your next boot "