Searched refs:entry_d (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2526 struct xfs_attr_leaf_entry *entry_d; in xfs_attr3_leaf_moveents() local 2547 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents() 2562 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents() 2563 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents() 2571 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents() 2573 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr3_leaf_moveents() 2586 entry_d--; /* to compensate for ++ in loop hdr */ in xfs_attr3_leaf_moveents() 2594 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents() 2595 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents() 2596 entry_d in xfs_attr3_leaf_moveents() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2570 struct xfs_attr_leaf_entry *entry_d; in xfs_attr3_leaf_moveents() local 2591 ASSERT(ichdr_d->firstused >= (ichdr_d->count * sizeof(*entry_d)) in xfs_attr3_leaf_moveents() 2606 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d + count]; in xfs_attr3_leaf_moveents() 2607 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents() 2615 entry_d = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents() 2617 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr3_leaf_moveents() 2630 entry_d--; /* to compensate for ++ in loop hdr */ in xfs_attr3_leaf_moveents() 2638 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents() 2639 entry_d->nameidx = cpu_to_be16(ichdr_d->firstused); in xfs_attr3_leaf_moveents() 2640 entry_d in xfs_attr3_leaf_moveents() [all...] |
Completed in 7 milliseconds