Lines Matching defs:btree
26 * Check for da btree operation errors. See the section about handling
62 * Check for da btree corruption. See the section about handling
91 return hdr.btree + blk->index;
94 /* Scrub a da btree hash (key). */
124 * Check a da btree pointer. Returns true if it's ok to use this
142 * The da btree scrubber can handle leaf1 blocks as a degenerate
309 /* Load a dir/attribute block from a btree. */
318 struct xfs_da_node_entry *btree;
351 * We didn't find a dir btree root block, which means that
359 /* It's /not/ ok for attr trees not to have a da btree. */
421 btree = nodehdr.btree;
423 blk->hashval = be32_to_cpu(btree[*pmaxrecs - 1].hashval);
468 /* Visit all nodes and leaves of a da btree. */
484 /* Skip short format data structures; no btree to scan. */