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

/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2336 struct xfs_attr_leaf_entry *entry_d; xfs_attr3_leaf_moveents() local
2357 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) xfs_attr3_leaf_moveents()
2372 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; xfs_attr3_leaf_moveents()
2373 memmove(entry_d, entry_s, tmp); xfs_attr3_leaf_moveents()
2381 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; xfs_attr3_leaf_moveents()
2383 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { xfs_attr3_leaf_moveents()
2396 entry_d--; /* to compensate for ++ in loop hdr */ xfs_attr3_leaf_moveents()
2404 entry_d->hashval = entry_s->hashval; xfs_attr3_leaf_moveents()
2405 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); xfs_attr3_leaf_moveents()
2406 entry_d->flags = entry_s->flags; xfs_attr3_leaf_moveents()
2407 ASSERT(be16_to_cpu(entry_d->nameidx) + tmp xfs_attr3_leaf_moveents()
2442 entry_d = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; xfs_attr3_leaf_moveents()
2443 memmove(entry_d, entry_s, tmp); xfs_attr3_leaf_moveents()

Completed in 75 milliseconds