Searched refs:entry_s (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2525 struct xfs_attr_leaf_entry *entry_s; in xfs_attr3_leaf_moveents() local 2544 ASSERT(ichdr_s->firstused >= (ichdr_s->count * sizeof(*entry_s)) in xfs_attr3_leaf_moveents() 2561 entry_s = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents() 2563 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents() 2570 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2573 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr3_leaf_moveents() 2574 ASSERT(be16_to_cpu(entry_s->nameidx) >= ichdr_s->firstused); in xfs_attr3_leaf_moveents() 2582 if (entry_s->flags & XFS_ATTR_INCOMPLETE) { /* skip partials? */ in xfs_attr3_leaf_moveents() 2594 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents() 2596 entry_d->flags = entry_s in xfs_attr3_leaf_moveents() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2569 struct xfs_attr_leaf_entry *entry_s; in xfs_attr3_leaf_moveents() local 2588 ASSERT(ichdr_s->firstused >= (ichdr_s->count * sizeof(*entry_s)) in xfs_attr3_leaf_moveents() 2605 entry_s = &xfs_attr3_leaf_entryp(leaf_d)[start_d]; in xfs_attr3_leaf_moveents() 2607 memmove(entry_d, entry_s, tmp); in xfs_attr3_leaf_moveents() 2614 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2617 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr3_leaf_moveents() 2618 ASSERT(be16_to_cpu(entry_s->nameidx) >= ichdr_s->firstused); in xfs_attr3_leaf_moveents() 2626 if (entry_s->flags & XFS_ATTR_INCOMPLETE) { /* skip partials? */ in xfs_attr3_leaf_moveents() 2638 entry_d->hashval = entry_s->hashval; in xfs_attr3_leaf_moveents() 2640 entry_d->flags = entry_s in xfs_attr3_leaf_moveents() [all...] |
Completed in 7 milliseconds