Lines Matching refs:entry_d
2434 struct xfs_attr_leaf_entry *entry_d; in xfs_attr3_leaf_moveents() local
2455 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents()
2470 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents()
2471 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents()
2479 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2481 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr3_leaf_moveents()
2494 entry_d--; /* to compensate for ++ in loop hdr */ in xfs_attr3_leaf_moveents()
2502 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents()
2503 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents()
2504 entry_d->flags = entry_s->flags; in xfs_attr3_leaf_moveents()
2505 ASSERT(be16_to_cpu(entry_d->nameidx) + tmp in xfs_attr3_leaf_moveents()
2540 entry_d = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents()
2541 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents()