Searched refs:leaf_s (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.c | 2706 struct xfs_attr_leafblock *leaf_s, in xfs_attr3_leaf_moveents() argument 2734 xfs_attr_leaf_entries_end(ichdr_s->count, leaf_s)); in xfs_attr3_leaf_moveents() 2759 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2764 tmp = xfs_attr_leaf_entsize(leaf_s, start_s + i); in xfs_attr3_leaf_moveents() 2772 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2789 xfs_attr3_leaf_name(leaf_s, start_s + i), tmp); in xfs_attr3_leaf_moveents() 2792 memset(xfs_attr3_leaf_name(leaf_s, start_s + i), 0, tmp); in xfs_attr3_leaf_moveents() 2809 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s]; in xfs_attr3_leaf_moveents() 2811 ((char *)leaf_s + args->geo->blksize)); in xfs_attr3_leaf_moveents() 2819 entry_s = &xfs_attr3_leaf_entryp(leaf_s)[start_s + count]; in xfs_attr3_leaf_moveents() [all …]
|