Lines Matching refs:entry_d
2018 xfs_attr_leaf_entry_t *entry_s, *entry_d; in xfs_attr_leaf_moveents() local
2045 * sizeof(*entry_d))+sizeof(*hdr_d))); in xfs_attr_leaf_moveents()
2058 entry_d = &leaf_d->entries[start_d + count]; in xfs_attr_leaf_moveents()
2059 memmove((char *)entry_d, (char *)entry_s, tmp); in xfs_attr_leaf_moveents()
2067 entry_d = &leaf_d->entries[start_d]; in xfs_attr_leaf_moveents()
2069 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr_leaf_moveents()
2083 entry_d--; /* to compensate for ++ in loop hdr */ in xfs_attr_leaf_moveents()
2091 entry_d->hashval = entry_s->hashval; in xfs_attr_leaf_moveents()
2093 entry_d->nameidx = hdr_d->firstused; in xfs_attr_leaf_moveents()
2094 entry_d->flags = entry_s->flags; in xfs_attr_leaf_moveents()
2095 ASSERT(INT_GET(entry_d->nameidx, ARCH_CONVERT) + tmp in xfs_attr_leaf_moveents()
2132 entry_d = &leaf_s->entries[start_s]; in xfs_attr_leaf_moveents()
2133 memmove((char *)entry_d, (char *)entry_s, tmp); in xfs_attr_leaf_moveents()