Lines Matching full:records
50 * - Inode records are read into memory in units of 'inode clusters'. However
62 * also possible to construct a geometry where multiple inobt records map to
66 * inode records is enough to contain one inode chunk's worth of inodes.
72 * of inode records is one inode cluster.
76 * Iterate the reverse mapping records looking for OWN_INODES and OWN_INOBT
77 * records. The OWN_INOBT records are the old inode btree blocks and will be
86 * Once we've reconstructed all the inode records, we can create new inode
109 /* Reconstructed inode records. */
120 /* Number of finobt records needed. */
283 * appropriate inode records.
348 /* Inode records must be within the AG. */ in xrep_ibt_check_inode_ext()
598 /* Make sure the records do not overlap in inumber address space. */
639 * Create new btrees for staging all the inobt records we collected in xrep_ibt_build_new_trees()
640 * earlier. The records were collected in order of increasing agino, in xrep_ibt_build_new_trees()
642 * records. in xrep_ibt_build_new_trees()
705 /* Add all inobt records. */ in xrep_ibt_build_new_trees()
711 /* Add all finobt records. */ in xrep_ibt_build_new_trees()
819 descr = xchk_xfile_ag_descr(sc, "inode index records"); in xrep_iallocbt()