Lines Matching refs:to

4  * ZFS filesystem ported to u-boot by
71 * Macros to get fields in a bp or DVA.
78 * return x rounded down to an align boundary
116 * hash table is at l_hash + HASH_NUMENTRIES, which we simply cast to a
305 * timestamps are compared to determine the "newer" of the two.
338 * Three pieces of information are needed to verify an uberblock: the magic
342 * Need to Implement: checksum
386 printf("uberblock rootbp points to invalid data\n");
397 * Success - Pointer to the best uberblock.
507 * Read in a block of raw data to buf.
544 /* If read failed or checksum bad, reset the error. Hopefully we've got some more DVA's to try.*/
753 * those are the onces that we first pay attention to when
762 * Only to be used on 8-bit arrays.
800 /* Don't use errno because this error is to be ignored. */
812 * Given a zap_leaf_phys_t, walk thru the zap leaf chunks to get the
1107 * mdn - metadnode to get the object dnode
1582 * that's not 8-byte aligned causes the CPU to reset. Avoid that by copying the
1639 /* Allocate 12 bytes in addition to the nvlist size: One uint32 before the
1640 * nvlist to hold the encoding method, and two zero uint32's after the
1682 printf("trying to lookup past nvlist array\n");
1865 * to the memory address MOS.
1901 * we end up setting the size to MAXUINT, further
1912 /* Size in bytes of the device (disk or partition) aligned to label size*/
1960 /* We zero'd the structure to begin with. If we never assigned to it,
1975 debug("zfs endian set to %s\n", !ub_endian ? "big" : "little");
2056 /* get the file size and set the file position to 0 */
2059 * For DMU_OT_SA we will need to locate the SIZE attribute
2125 * Entire Dnode is too big to fit into the space available. We
2126 * will need to read it in chunks. This could be optimized to