Lines Matching defs:next
113 __le32 next; // 0x00: RESTART_ENTRY_ALLOCATED if allocated
127 __le32 next; // 0x00: RESTART_ENTRY_ALLOCATED if allocated
150 __le32 next; // 0x00: RESTART_ENTRY_ALLOCATED if allocated
163 __le32 next; // 0x00: RESTART_ENTRY_ALLOCATED if allocated
187 __le32 next; // 0x00: RESTART_ENTRY_ALLOCATED if allocated
947 /* Lookup up the next entry the list. */
1026 struct RESTART_AREA *ra; /* In-memory image of the next restart area. */
1067 /* Compute the offset in the log file of the next log page. */
1467 * then the starting offset for the next lsn is on a quad word
1469 * Otherwise the file offset is the start of the data on the next page.
1519 * We will use the next log page offset to compute the next free page.
1520 * If we are going to reuse this page go to the next page.
1781 /* Read the next log page. */
1784 /* Compute the next log page offset the file. */
2040 /* Remember that the partial IO will start at the next page. */
2044 * If the next page is the first page of the file then update
2045 * the sequence number for log records which begon the next page.
2052 * immediately look at the next page.
2063 * If the next page causes us to wrap to the beginning of the log
2064 * file then we know which page to check next.
2289 * the next block to.
2477 * Attempt to find the next lsn to return to a client based on the context mode.
2604 struct NTFS_DE *next = Add2Ptr(e, esize);
2606 if (esize < min_de || PtrOffset(hdr, next) > used ||
2614 e = next;
2918 u8 *next = Add2Ptr(attr, asize);
2921 memmove(Add2Ptr(attr, nsize), next, used - PtrOffset(rec, next));
3959 /* Now compute the next log page to use. */
4144 /* The next record back should be the Dirty Pages Table. */
4206 struct DIR_PAGE_ENTRY *next = dp;
4208 while ((next = enum_rstbl(dptbl, next))) {
4209 if (next->target_attr == dp->target_attr &&
4210 next->vcn == dp->vcn) {
4211 if (le64_to_cpu(next->oldest_lsn) <
4213 dp->oldest_lsn = next->oldest_lsn;
4216 free_rsttbl_idx(dptbl, PtrOffset(dptbl, next));
4222 /* The next record should be the Attribute Names. */
4254 /* The next record should be the attribute Table. */
4402 tr->next != RESTART_ENTRY_ALLOCATED_LE) {
4779 if (oe->next != RESTART_ENTRY_ALLOCATED_LE)
4883 if (oe->next != RESTART_ENTRY_ALLOCATED_LE) {