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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2492 struct xfs_attr_leaf_entry *entry_d; local
2513 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d))
2528 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count];
2529 memmove(entry_d, entry_s, tmp);
2537 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d];
2539 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) {
2552 entry_d--; /* to compensate for ++ in loop hdr */
2560 entry_d->hashval = entry_s->hashval;
2561 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused);
2562 entry_d
[all...]

Completed in 231 milliseconds