• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/

Lines Matching refs:ents

117 	memcpy(leaf->ents, blp, be32_to_cpu(btp->count) * sizeof(xfs_dir2_leaf_entry_t));
221 for (use_block = -1, lep = &leaf->ents[index];
254 (leaf->hdr.stale ? 0 : (uint)sizeof(leaf->ents[0])) +
266 if ((char *)bestsp - (char *)&leaf->ents[be16_to_cpu(leaf->hdr.count)] <
274 else if ((char *)bestsp - (char *)&leaf->ents[be16_to_cpu(
469 be32_to_cpu(leaf->ents[lowstale].address) !=
480 be32_to_cpu(leaf->ents[highstale].address) !=
494 ASSERT(be32_to_cpu(leaf->ents[lowstale].address) ==
501 memmove(&leaf->ents[lowstale],
502 &leaf->ents[lowstale + 1],
504 lep = &leaf->ents[index - 1];
513 ASSERT(be32_to_cpu(leaf->ents[highstale].address) ==
520 memmove(&leaf->ents[index + 1],
521 &leaf->ents[index],
523 lep = &leaf->ents[index];
576 ASSERT((char *)&leaf->ents[be16_to_cpu(leaf->hdr.count)] <=
583 ASSERT(be32_to_cpu(leaf->ents[i].hashval) <=
584 be32_to_cpu(leaf->ents[i + 1].hashval));
585 if (be32_to_cpu(leaf->ents[i].address) == XFS_DIR2_NULL_DATAPTR)
614 if (be32_to_cpu(leaf->ents[from].address) == XFS_DIR2_NULL_DATAPTR)
622 leaf->ents[to] = leaf->ents[from];
671 be32_to_cpu(leaf->ents[lowstale].address) != XFS_DIR2_NULL_DATAPTR;
680 be32_to_cpu(leaf->ents[highstale].address) != XFS_DIR2_NULL_DATAPTR &&
704 be32_to_cpu(leaf->ents[from].address) == XFS_DIR2_NULL_DATAPTR) {
718 leaf->ents[to] = leaf->ents[from];
1207 firstlep = &leaf->ents[first];
1208 lastlep = &leaf->ents[last];
1284 lep = &leaf->ents[index];
1350 for (lep = &leaf->ents[index]; index < be16_to_cpu(leaf->hdr.count) &&
1475 lep = &leaf->ents[index];
1604 lep = &leaf->ents[index];
1651 for (lep = leaf->ents, low = 0, high = be16_to_cpu(leaf->hdr.count) - 1,
1829 (be16_to_cpu(leaf->hdr.count) - be16_to_cpu(leaf->hdr.stale)) * (uint)sizeof(leaf->ents[0]) +