Searched refs:entry_s (Results 1 – 1 of 1) sorted by relevance
2577 struct xfs_attr_leaf_entry *entry_s; in xfs_attr3_leaf_moveents() local2615 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents()2622 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents()2646 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents()2648 entry_d->flags = entry_s->flags; in xfs_attr3_leaf_moveents()2653 ASSERT(be16_to_cpu(entry_s->nameidx) + tmp in xfs_attr3_leaf_moveents()2674 ASSERT(((char *)entry_s + tmp) <= in xfs_attr3_leaf_moveents()2676 memset(entry_s, 0, tmp); in xfs_attr3_leaf_moveents()2685 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents()2689 ASSERT(((char *)entry_s + tmp) <= in xfs_attr3_leaf_moveents()[all …]