Home
last modified time | relevance | path

Searched refs:entry_s (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2577 struct xfs_attr_leaf_entry *entry_s; in xfs_attr3_leaf_moveents() local
2596 ASSERT(ichdr_s->firstused >= (ichdr_s->count * sizeof(*entry_s)) in xfs_attr3_leaf_moveents()
2613 entry_s = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2615 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()
2625 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr3_leaf_moveents()
2626 ASSERT(be16_to_cpu(entry_s->nameidx) >= ichdr_s->firstused); in xfs_attr3_leaf_moveents()
2634 if (entry_s->flags & XFS_ATTR_INCOMPLETE) { /* skip partials? */ 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()
[all …]