Lines Matching defs:ents
417 int n; /* count of live freespc ents */
502 struct xfs_dir2_leaf_entry *ents;
512 ents = leafhdr.ents;
536 ASSERT(index == 0 || be32_to_cpu(ents[index - 1].hashval) <= args->hashval);
538 be32_to_cpu(ents[index].hashval) >= args->hashval);
548 xfs_dir3_leaf_compact_x1(&leafhdr, ents, &index, &lowstale,
561 lep = xfs_dir3_leaf_find_entry(&leafhdr, ents, index, compact, lowstale,
617 return be32_to_cpu(leafhdr.ents[leafhdr.count - 1].hashval);
676 for (lep = &leafhdr.ents[index];
824 for (lep = &leafhdr.ents[index];
1042 ents1 = hdr1.ents;
1043 ents2 = hdr2.ents;
1095 ents1 = hdr1.ents;
1096 ents2 = hdr2.ents;
1294 lep = &leafhdr.ents[index];
1409 (uint)sizeof(leafhdr.ents) * (leafhdr.count - leafhdr.stale)) <
1499 struct xfs_dir2_leaf_entry *ents;
1510 ents = leafhdr.ents;
1514 bytes = state->args->geo->leaf_hdr_size + count * sizeof(ents[0]);
1572 ents = hdr2.ents;
1574 bytes -= count * sizeof(ents[0]);
1636 sents = savehdr.ents;
1637 dents = drophdr.ents;
2245 be32_to_cpu(leafhdr.ents[blk->index].address)));