Lines Matching defs:btp
104 xfs_dir2_block_tail_t *btp=NULL; /* block tail */
132 btp = xfs_dir2_block_tail_p(geo, hdr);
133 lep = xfs_dir2_block_leaf_p(btp);
135 if (be32_to_cpu(btp->count) >=
239 for (i = 0; i < be32_to_cpu(btp->count); i++) {
244 if (i >= be32_to_cpu(btp->count))
256 for (i = stale = 0; i < be32_to_cpu(btp->count); i++) {
264 if (count != be32_to_cpu(btp->count) - be32_to_cpu(btp->stale))
266 if (stale != be32_to_cpu(btp->stale))