Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_attr_leaf.c2527 struct xfs_attr_leaf_entry *entry_d; in xfs_attr3_leaf_moveents() local
2563 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents()
2564 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents()
2572 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents()
2587 entry_d--; /* to compensate for ++ in loop hdr */ in xfs_attr3_leaf_moveents()
2595 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents()
2596 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents()
2597 entry_d->flags = entry_s->flags; in xfs_attr3_leaf_moveents()
2598 ASSERT(be16_to_cpu(entry_d->nameidx) + tmp in xfs_attr3_leaf_moveents()
2633 entry_d = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents()
[all …]

Completed in 16 milliseconds